Removed placeholders on ThreeColumn.master

This commit is contained in:
Greg Edwards 2015-01-21 11:53:33 -05:00
parent b37ae27d65
commit 66dba6c1b1
2 changed files with 20 additions and 2 deletions

View File

@ -6,13 +6,13 @@
<asp:Content ID="Content2" ContentPlaceHolderID="cpMain" runat="server">
<div class="gtsColumn gtsLeftColumn">
Left
<asp:ContentPlaceHolder ID="cpLeft" runat="server" />
</div>
<div class="gtsColumn gtsMainColumn gtsMainColumnThree">
<asp:ContentPlaceHolder ID="cpMain" runat="server" />
</div>
<div class="gtsColumn gtsRightColumn">
Right
<asp:ContentPlaceHolder ID="cpRight" runat="server" />
</div>
<div class="clear"></div>
</asp:Content>

View File

@ -21,6 +21,15 @@ namespace PkmnFoundations.GTS {
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpHead;
/// <summary>
/// cpLeft control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpLeft;
/// <summary>
/// cpMain control.
/// </summary>
@ -29,5 +38,14 @@ namespace PkmnFoundations.GTS {
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpMain;
/// <summary>
/// cpRight control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.ContentPlaceHolder cpRight;
}
}