Fix for groups-gettingstarted-projects.aspx

This commit is contained in:
Svetlana Maleeva 2022-03-31 16:53:57 +03:00
parent 719c8909a4
commit 612925a715

View File

@ -1,10 +1,13 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Userguides/UserguidesArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="SeeAlsoSimilar" TagName="SeeAlsoSimilar" Src="~/Controls/Help/ArticlesCompleteList/TipsTricks/084_similar-projects.ascx" %>
<%@ Register TagPrefix="SeeAlsoFollow" TagName="SeeAlsoFollow" Src="~/Controls/Help/ArticlesCompleteList/TipsTricks/022_following-projects.ascx" %>
<%@ Register TagPrefix="SeeAlsoVideoMP" TagName="SeeAlsoVideoMP" Src="~/Controls/Help/ArticlesCompleteList/Video/066_manage-projects.ascx" %>
<asp:Content ID="Content1" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "ONLYOFFICE Groups Projects module"; %>
<% ((BasePage)Page).CommandName = "projects"; %>
<body class="user_guides_groups_people">
<body class="user_guides_groups_projects">
</asp:Content>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/ProjectsTop/ProjectsTop.ascx" />
@ -17,11 +20,11 @@
<div class="userguidesgroupspage general">
<div id="SeeAlsoBlockLinks">
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/084_similar-projects.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/022_following-projects.ascx" />
<SeeAlsoSimilar:SeeAlsoSimilar ID="SeeAlsoSimilar1" runat="server" />
<SeeAlsoFollow:SeeAlsoFollow ID="SeeAlsoFollow1" runat="server" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/066_manage-projects.ascx" />
<SeeAlsoVideoMP:SeeAlsoVideoMP ID="SeeAlsoVideoMP1" runat="server" />
</div>
</div>
</asp:Content>