diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 65aa2af623..4e57b2aaa1 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -277,13 +277,6 @@ loadStarterKits.ascx - - PartialViewMacro.ascx - ASPXCodeBehind - - - PartialViewMacro.ascx - create.aspx ASPXCodeBehind @@ -291,6 +284,13 @@ create.aspx + + PartialViewMacro.ascx + ASPXCodeBehind + + + PartialViewMacro.ascx + editMacro.aspx ASPXCodeBehind @@ -434,6 +434,7 @@ + @@ -1913,7 +1914,6 @@ - UserControl diff --git a/src/Umbraco.Web.UI/umbraco/Create.aspx.cs b/src/Umbraco.Web.UI/umbraco/Create.aspx.cs index b30e2a3f3b..204285f180 100644 --- a/src/Umbraco.Web.UI/umbraco/Create.aspx.cs +++ b/src/Umbraco.Web.UI/umbraco/Create.aspx.cs @@ -9,7 +9,7 @@ using umbraco.cms.presentation.Trees; namespace Umbraco.Web.UI.Umbraco { - public partial class Create : global::umbraco.cms.presentation.Create + public partial class CreateDialog : global::umbraco.cms.presentation.Create { //protected override void OnLoad(EventArgs e) diff --git a/src/Umbraco.Web.UI/umbraco/Create.aspx.designer.cs b/src/Umbraco.Web.UI/umbraco/Create.aspx.designer.cs index 12722853d4..1e11eaf00d 100644 --- a/src/Umbraco.Web.UI/umbraco/Create.aspx.designer.cs +++ b/src/Umbraco.Web.UI/umbraco/Create.aspx.designer.cs @@ -8,9 +8,10 @@ //------------------------------------------------------------------------------ namespace Umbraco.Web.UI.Umbraco { - - - public partial class Create { + + + public partial class CreateDialog + { /// /// AccessError control. diff --git a/src/Umbraco.Web.UI/umbraco/create.aspx b/src/Umbraco.Web.UI/umbraco/create.aspx index ba4b091eda..2b112f516b 100644 --- a/src/Umbraco.Web.UI/umbraco/create.aspx +++ b/src/Umbraco.Web.UI/umbraco/create.aspx @@ -1,4 +1,4 @@ -<%@ Page Language="c#" MasterPageFile="masterpages/umbracoDialog.Master" Codebehind="Create.aspx.cs" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Umbraco.Create" %> +<%@ Page Language="c#" MasterPageFile="masterpages/umbracoDialog.Master" Codebehind="CreateDialog.aspx.cs" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Umbraco.CreateDialog" %> <%@ Register Namespace="umbraco" TagPrefix="umb" Assembly="umbraco" %> diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj index 506ef84d73..388e45eb4f 100644 --- a/src/Umbraco.Web/Umbraco.Web.csproj +++ b/src/Umbraco.Web/Umbraco.Web.csproj @@ -359,9 +359,9 @@ ASPXCodeBehind + - ASPXCodeBehind