Structure fix for new Strapi article

This commit is contained in:
Svetlana Maleeva 2022-04-13 10:02:54 +03:00
parent 1bd72dbc15
commit 1900fd44cf
7 changed files with 15 additions and 6 deletions

View File

@ -1881,4 +1881,10 @@
<data name="ViewStatisticsTag" xml:space="preserve">
<value>view statistics</value>
</data>
<data name="IntegratingOOStrapi" xml:space="preserve">
<value>Integrating ONLYOFFICE with Strapi</value>
</data>
<data name="IntegratingOOStrapiTitle" xml:space="preserve">
<value>Integrate ONLYOFFICE with Strapi.</value>
</data>
</root>

View File

@ -0,0 +1,5 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_gettingstarted sm_integration sm_instegrating" id="link_176" title="<asp:Literal runat="server" Text="<%$ Resources:Resource, IntegratingOOStrapiTitle %>" />"
href="<%=VirtualPathUtility.ToAbsolute("~/integration/Strapi.aspx")%>">
<asp:Literal runat="server" Text="<%$ Resources:Resource, IntegratingOOStrapi %>" />
</a>

View File

@ -1,3 +0,0 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_gettingstarted sm_integration sm_instegrating" id="link_176" title="Integrate ONLYOFFICE with Strapi."
href="<%=VirtualPathUtility.ToAbsolute("~/integration/Strapi.aspx")%>">Integrating ONLYOFFICE with Strapi</a>

View File

@ -171,6 +171,7 @@
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/plone.aspx")%>">Plone</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/redmine.aspx")%>">Redmine</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/sharepoint.aspx")%>">SharePoint</a></p>
<p><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/strapi.aspx")%>">Strapi</a></p>
</div>
</div>
</div>

View File

@ -15,7 +15,7 @@
<div class="integration_strapi">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/Integration/166_owncloud/166_owncloud.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/166_owncloud.ascx" />
</div>
</div>
</asp:Content>

View File

@ -13,7 +13,7 @@
<div class="integration_strapi">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/Integration/166_owncloud/166_owncloud.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/166_owncloud.ascx" />
</div>
</div>
</asp:Content>

File diff suppressed because one or more lines are too long