Added Download button for Android projects

This commit is contained in:
Svetlana Maleeva 2021-07-23 17:49:08 +03:00
parent 78cb6bf6f6
commit bb1c2cc227
4 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,13 @@
<%@ Control Language="C#" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="page_download_button">
<a target="_blank" class="button gray" href="https://play.google.com/store/apps/details?id=com.onlyoffice.projects">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/CommonTexts/Download/Download.ascx" />
</a>
<span class="download_button_description">
<span class="download_button_header">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/CommonTexts/MobAndrProjHeader/MobAndrProjHeader.ascx" />
</span>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/CommonTexts/MobAndrProjText/MobAndrProjText.ascx" />
</span>
</div>

View File

@ -0,0 +1,2 @@
<%@ Control Language="C#" %>
ONLYOFFICE Projects

View File

@ -0,0 +1,3 @@
<%@ Control Language="C#" %>
Work with your projects on mobile devices
<br />and manage your tasks on-the-go

View File

@ -14,5 +14,5 @@
<cc:LocalizeContent ID="LocalizeContent8" runat="Server" ControlName="~/Controls/Help/VariousControls/HelpLinks/MobileLinks_projects_andr.ascx" />
</div>
<asp:contentplaceholder id="content" runat="server"></asp:contentplaceholder>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/ButtonsGroupedForPage/MobileiOSProjectsPageButtons.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/DownloadButtons/ButtonsGroupedForPage/MobileAndrProjPageButtons.ascx" />
</asp:Content>