Fix for docs-enterprise-install-univention.aspx

This commit is contained in:
Svetlana Maleeva 2022-03-31 10:38:33 +03:00
parent fe9f9d0628
commit 9434a22fa3

View File

@ -1,5 +1,8 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocsEEArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="SeeAlsoConn" TagName="SeeAlsoConn" Src="~/Controls/Help/ArticlesCompleteList/ServerLinux/60007_connect_document_to_community.ascx" %>
<%@ Register TagPrefix="SeeAlsoInst" TagName="SeeAlsoInst" Src="~/Controls/Help/ArticlesCompleteList/ServerLinux/60002_community_installation.ascx" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "Enterprise Edition"; %>
<body class="document_server docs_enterprise_edition">
@ -11,8 +14,8 @@
<div class="installationdocspage documents">
<div id="SeeAlsoBlockLinks">
<div class="caption guides">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60007_connect_document_to_community.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/ServerLinux/60002_community_installation.ascx" />
<SeeAlsoConn:SeeAlsoConn ID="SeeAlsoConn1" runat="server" />
<SeeAlsoInst:SeeAlsoInst ID="SeeAlsoInst1" runat="server" />
</div>
</div>
</asp:Content>