Fix for workspace-saas-change-payment-plan.aspx

This commit is contained in:
Svetlana Maleeva 2022-03-31 16:27:16 +03:00
parent 98f6aa92ac
commit 719c8909a4

View File

@ -1,6 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationSaaSArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="SeeAlsoPeople" TagName="SeeAlsoPeople" Src="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people.ascx" %>
<%@ Register TagPrefix="SeeAlsoFAQ" TagName="SeeAlsoFAQ" Src="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing.ascx" %>
<script runat="server">
protected void Page_Load(object sender, EventArgs e)
@ -22,10 +23,10 @@
<div class="installationworkspacepage general">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/069_people.ascx" />
<SeeAlsoPeople:SeeAlsoPeople ID="SeeAlsoPeople1" runat="server" />
</div>
<div class="caption faq one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/FAQ/071_pricing.ascx" />
<SeeAlsoFAQ:SeeAlsoFAQ ID="SeeAlsoFAQ1" runat="server" />
</div>
</div>
</asp:Content>