helpcenter/Web/Controls/Help/Administration/CustomizingModules.ascx

51 lines
3.3 KiB
Plaintext
Raw Normal View History

2020-10-06 10:05:16 +00:00
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Administration Guides - Customizing modules and tools";
2020-10-06 10:05:16 +00:00
MetaKeyWords = "";
MetaDescription = "ONLYOFFICE Administration Guides. Customizing modules and tools.";
2020-10-06 10:05:16 +00:00
}
</script>
<div id="toggleMenuEditors" class="MainHelpCenter PageGuides installation_guides">
<h1>Administration Guides</h1>
<h2>ONLYOFFICE Workspace</h2>
<%--<div class="watchvideo_block">
<h2><asp:Literal runat="server" Text="<%$ Resources:Resource, WatchVideo %>" /></h2>
2020-10-06 10:05:16 +00:00
<div class="slider autoplay with_arrows">
2022-07-31 11:39:17 +00:00
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0031_enterprise_script.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0035_ldap_settings.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0061_enterprise_aws.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0050_digitalocean_oneclick.ascx" />
2022-07-31 11:39:17 +00:00
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0030_install_docker.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0028_install_communitys_ubuntu.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0027_install_community_windows.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Video/AllVideoControls/0029_connect_document_windows.ascx" />
2020-10-06 10:05:16 +00:00
</div>
</div>--%>
<ul class="block-editor">
<li>
<h2 class="doceditor">Customizing modules and tools</h2>
2020-10-06 10:05:16 +00:00
<div class="described">
<p>The <b>Modules & Tools</b> subsection of the <b>Common</b> settings gives you the access to the list of portal modules and tools and the ability to manage them.</p>
</div>
2020-10-06 10:05:16 +00:00
<ul>
2022-04-05 09:57:43 +00:00
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/009_portal-language.ascx" /></li>
2023-03-10 11:13:11 +00:00
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/060_available-languages.ascx" /></li>
2020-10-06 10:05:16 +00:00
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#WhiteLabeling_block")%>">White Labeling</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#ManagingPortalModules_block")%>">Managing portal modules</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#customnavigation")%>">Custom Navigation</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#startpage")%>">Default Start Page</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/administration/configuration.aspx#pricingpage")%>">Pricing Page Settings</a></li>
</ul>
</li>
</ul>
</div>