updates #U4-2070 for ShowUmbracoTags.aspx
This commit is contained in:
@@ -8,17 +8,23 @@ using System.Web.SessionState;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Web.UI.HtmlControls;
|
||||
using umbraco.BusinessLogic;
|
||||
|
||||
namespace umbraco.cms.presentation.settings.modal
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for ShowUmbracoTags.
|
||||
/// </summary>
|
||||
public partial class ShowUmbracoTags : umbraco.BasePages.UmbracoEnsuredPage
|
||||
public partial class ShowUmbracoTags : BasePages.UmbracoEnsuredPage
|
||||
{
|
||||
|
||||
public ShowUmbracoTags()
|
||||
{
|
||||
CurrentApp = DefaultApps.settings.ToString();
|
||||
}
|
||||
|
||||
public static string alias = "";
|
||||
protected void Page_Load(object sender, System.EventArgs e)
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
alias = Request.QueryString["alias"].Replace(" ", "").Trim();
|
||||
// Put user code to initialize the page here
|
||||
@@ -31,6 +37,6 @@ namespace umbraco.cms.presentation.settings.modal
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::umbraco.uicontrols.Pane Pane7;
|
||||
protected uicontrols.Pane Pane7;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user