Added a duplicate page for the new article in the installation->configuring desktop section

This commit is contained in:
Svetlana Maleeva 2020-09-30 14:58:23 +03:00
parent 4eeab9adc2
commit fcb22b5a7f
2 changed files with 21 additions and 0 deletions

View File

@ -93,6 +93,7 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100024_get_started/100024_get_started.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100016_windows_associate_files/100016_windows_associate_files.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100025_pro_features/100025_pro_features.ascx" /></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/installation/desktop-video-support.aspx")%>">Enable Support for Video Playback in ONLYOFFICE Desktop Editors</a></li>
</ul>
</li>
<li><h6>Connecting ONLYOFFICE Desktop Editors to a Cloud</h6>

View File

@ -0,0 +1,20 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="all_platforms desktop_editors installation_desktop">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/DesktopDocumentsTop/DesktopDocumentsTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Desktop/Documents/Common/video-support/video-support.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="guidespage document">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Desktop/100006_troubleshooting/100006_troubleshooting.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/040_create-portal/040_create-portal.ascx" />
</div>
</div>
</asp:Content>