Updated master paths.

This commit is contained in:
Olga Vlasiuk 2021-08-31 16:49:39 +03:00
parent cf51354984
commit dacaadbeb9
5 changed files with 21 additions and 6 deletions

View File

@ -501,6 +501,11 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50027_add_themes_windows/50027_add_themes_windows.ascx" /></li>
</ul>
</li>
<li>Interface themes
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerWindows/50032_change_themes_community/50032_change_themes_community.ascx" /></li>
</ul>
</li>
</ul>
</li>
<li><h6>Compiling on Linux version</h6>
@ -599,6 +604,11 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190007_switch_to_https/190007_switch_to_https.ascx" /></li>
</ul>
</li>
<li>Interface themes
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DocsEnterprise/190015_change_themes_ee/190015_change_themes_ee.ascx" /></li>
</ul>
</li>
</ul>
</li>
<li><h6>Updating</h6>
@ -686,6 +696,11 @@
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150008_switch_to_https/150008_switch_to_https.ascx" /></li>
</ul>
</li>
<li>Interface themes
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/DeveloperEdition/150017_change_themes_de/150017_change_themes_de.ascx" /></li>
</ul>
</li>
</ul>
</li>
<li><h6>Updating</h6>

View File

@ -51,9 +51,9 @@
</li>
<li><p>Put the created file into the following directory:</p>
<ul>
<li><b>Windows</b>: %ProgramFiles%\ONLYOFFICE\DocumentServer\web-apps\apps\common\main\resources\themes</li>
<li><b>Linux</b>: /var/www/onlyoffice/documentserver/web-apps/apps/common/main/resources/themes</li>
<li><b>Docker</b>: Copy the file into the Docs container: sudo docker cp /home/username/folder_name/file_name {container_id}:/var/www/onlyoffice/documentserver/web-apps/apps/common/main/resources/themes</li>
<li><b>Windows</b>: <code>%ProgramFiles%\ONLYOFFICE\DocumentServer\web-apps\apps\common\main\resources\themes</code></li>
<li><b>Linux</b>: <code>/var/www/onlyoffice/documentserver/web-apps/apps/common/main/resources/themes</code></li>
<li><b>Docker</b>: Copy the file into the Docs container: <code>sudo docker cp /home/username/folder_name/file_name {container_id}:/var/www/onlyoffice/documentserver/web-apps/apps/common/main/resources/themes</code></li>
</ul>
</li>
<li><p>Now the theme will be displayed in the <b>Interface theme</b> list of the <b>Advanced settings</b> and you can apply it to the editor interface.</p></li>

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocsArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="common_all_os document_server docs_community_edition">

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationEEArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocsDEArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="developer_edition">

View File

@ -1,4 +1,4 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationEEArticles.master" %>
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocsEEArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="common_all_os docs_enterprise_edition">