diff --git a/src/Umbraco.Web.UI/umbraco/actions/delete.aspx b/src/Umbraco.Web.UI/umbraco/actions/delete.aspx index 1e56ede2eb..285080f0ce 100644 --- a/src/Umbraco.Web.UI/umbraco/actions/delete.aspx +++ b/src/Umbraco.Web.UI/umbraco/actions/delete.aspx @@ -1,5 +1,5 @@ <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="../masterpages/umbracoPage.Master" CodeBehind="delete.aspx.cs" Inherits="umbraco.presentation.actions.delete" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> + - + @@ -45,18 +45,18 @@ - - + + - - + + - + - + - + @@ -64,12 +64,12 @@ - + - + @@ -89,7 +89,7 @@ - + @@ -97,12 +97,12 @@ - + - + @@ -115,7 +115,7 @@ - + @@ -127,15 +127,15 @@ - + - +
Child Created Comment
  <%# DataBinder.Eval(Container.DataItem, "ChildText") %> <%# DataBinder.Eval(Container.DataItem, "DateTime") %><%# DataBinder.Eval(Container.DataItem, "Comment") %><%# DataBinder.Eval(Container.DataItem, "Comment") %>
- +
diff --git a/src/Umbraco.Web.UI/umbraco/developer/RelationTypes/NewRelationType.aspx b/src/Umbraco.Web.UI/umbraco/developer/RelationTypes/NewRelationType.aspx index b6aeecca43..eef752c1eb 100644 --- a/src/Umbraco.Web.UI/umbraco/developer/RelationTypes/NewRelationType.aspx +++ b/src/Umbraco.Web.UI/umbraco/developer/RelationTypes/NewRelationType.aspx @@ -1,14 +1,14 @@ <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewRelationType.aspx.cs" Inherits="umbraco.cms.presentation.developer.RelationTypes.NewRelationType" MasterPageFile="../../masterpages/umbracoDialog.Master"%> -<%@ Register TagPrefix="umb" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="umb" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> - - + + - + @@ -21,12 +21,12 @@ - + - + @@ -38,9 +38,9 @@ - - - + + + <%=Services.TextService.Localize("cancel")%> diff --git a/src/Umbraco.Web.UI/umbraco/developer/Xslt/editXslt.aspx b/src/Umbraco.Web.UI/umbraco/developer/Xslt/editXslt.aspx index f1ad582627..82708b940e 100644 --- a/src/Umbraco.Web.UI/umbraco/developer/Xslt/editXslt.aspx +++ b/src/Umbraco.Web.UI/umbraco/developer/Xslt/editXslt.aspx @@ -1,7 +1,7 @@ <%@ Page Title="Edit XSLT File" MasterPageFile="../../masterpages/umbracoPage.Master" ValidateRequest="false" Language="c#" CodeBehind="editXslt.aspx.cs" AutoEventWireup="True" Inherits="umbraco.cms.presentation.developer.editXslt" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> <%@ Register TagPrefix="umb" Namespace="ClientDependency.Core.Controls" Assembly="ClientDependency.Core" %> diff --git a/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltChooseExtension.aspx b/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltChooseExtension.aspx index 5fab78f083..dd64a4df9a 100644 --- a/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltChooseExtension.aspx +++ b/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltChooseExtension.aspx @@ -1,7 +1,8 @@ <%@ Page Language="c#" Codebehind="xsltChooseExtension.aspx.cs" MasterPageFile="../../masterpages/umbracoDialog.Master" AutoEventWireup="True" Inherits="umbraco.developer.xsltChooseExtension" %> -<%@ Import Namespace="Umbraco.Web" %> <%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> - +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> +<%@ Import Namespace="Umbraco.Web" %> + @@ -23,7 +24,7 @@ div.code{padding: 7px 0px 7px 0px; font-family: Consolas,courier;} div.code input{border: none; background:#F6F6F9; color: #000; padding: 5px; font-family: Consolas,courier;} - + @@ -38,6 +39,6 @@ div.code input{border: none; background:#F6F6F9; color: #000; padding: 5px; font

<%= Services.TextService.Localize("or") %> <%= Services.TextService.Localize("cancel") %> -

+

\ No newline at end of file diff --git a/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltInsertValueOf.aspx b/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltInsertValueOf.aspx index 4a0a92f2a4..809361560b 100644 --- a/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltInsertValueOf.aspx +++ b/src/Umbraco.Web.UI/umbraco/developer/Xslt/xsltInsertValueOf.aspx @@ -1,7 +1,7 @@ <%@ Page Language="c#" MasterPageFile="../../masterpages/umbracoDialog.Master" Codebehind="xsltInsertValueOf.aspx.cs" AutoEventWireup="True" Inherits="umbraco.developer.xsltInsertValueOf" %> <%@ Import Namespace="Umbraco.Web" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> <%@ Register TagPrefix="umb" Namespace="ClientDependency.Core.Controls" Assembly="ClientDependency.Core" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> diff --git a/src/Umbraco.Web.UI/umbraco/dialogs/notifications.aspx b/src/Umbraco.Web.UI/umbraco/dialogs/notifications.aspx index ecb6b2ed62..2df6d6ffb2 100644 --- a/src/Umbraco.Web.UI/umbraco/dialogs/notifications.aspx +++ b/src/Umbraco.Web.UI/umbraco/dialogs/notifications.aspx @@ -1,18 +1,18 @@ <%@ Page Language="c#" MasterPageFile="../masterpages/umbracoDialog.Master" Codebehind="notifications.aspx.cs" AutoEventWireup="True" Inherits="umbraco.dialogs.notifications" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %>
- +
\ No newline at end of file diff --git a/src/Umbraco.Web.UI/umbraco/dialogs/protectPage.aspx b/src/Umbraco.Web.UI/umbraco/dialogs/protectPage.aspx index 1a2325b894..4115ea5a2b 100644 --- a/src/Umbraco.Web.UI/umbraco/dialogs/protectPage.aspx +++ b/src/Umbraco.Web.UI/umbraco/dialogs/protectPage.aspx @@ -1,7 +1,5 @@ <%@ Page Language="c#" MasterPageFile="../masterpages/umbracoDialog.Master" AutoEventWireup="True" Inherits="umbraco.presentation.umbraco.dialogs.protectPage" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> - - + diff --git a/src/Umbraco.Web.UI/umbraco/dialogs/umbracoField.aspx b/src/Umbraco.Web.UI/umbraco/dialogs/umbracoField.aspx index 212d2968b7..2880b1e683 100644 --- a/src/Umbraco.Web.UI/umbraco/dialogs/umbracoField.aspx +++ b/src/Umbraco.Web.UI/umbraco/dialogs/umbracoField.aspx @@ -2,8 +2,8 @@ AutoEventWireup="True" Inherits="umbraco.dialogs.umbracoField" %> <%@ Import Namespace="Umbraco.Web" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> <%@ Register TagPrefix="umb" Namespace="ClientDependency.Core.Controls" Assembly="ClientDependency.Core" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> diff --git a/src/Umbraco.Web.UI/umbraco/settings/stylesheet/property/EditStyleSheetProperty.aspx b/src/Umbraco.Web.UI/umbraco/settings/stylesheet/property/EditStyleSheetProperty.aspx index 33be29065a..dc61833366 100644 --- a/src/Umbraco.Web.UI/umbraco/settings/stylesheet/property/EditStyleSheetProperty.aspx +++ b/src/Umbraco.Web.UI/umbraco/settings/stylesheet/property/EditStyleSheetProperty.aspx @@ -1,7 +1,7 @@ <%@ Page Language="c#" MasterPageFile="../../../masterpages/umbracoPage.Master" CodeBehind="EditStyleSheetProperty.aspx.cs" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Umbraco.Settings.Stylesheet.Property.EditStyleSheetProperty" ValidateRequest="False" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> diff --git a/src/Umbraco.Web.UI/umbraco/translation/default.aspx b/src/Umbraco.Web.UI/umbraco/translation/default.aspx index 872e0481fa..1c921bd07b 100644 --- a/src/Umbraco.Web.UI/umbraco/translation/default.aspx +++ b/src/Umbraco.Web.UI/umbraco/translation/default.aspx @@ -1,40 +1,40 @@ <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="../masterpages/umbracoPage.Master" CodeBehind="default.aspx.cs" Inherits="umbraco.presentation.translation._default" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> - + - +

When you have completed the translation. Upload the edited XML file here. The related translation tasks will automatically be closed when a file is uploaded.

- +  
- - + +

- +

<%= Services.TextService.Localize("translation/downloadAllAsXml") %>     - <%= Services.TextService.Localize("translation/DownloadXmlDTD")%> -

+ <%= Services.TextService.Localize("translation/DownloadXmlDTD")%> +

@@ -50,6 +50,6 @@
- +
diff --git a/src/Umbraco.Web.UI/umbraco/translation/details.aspx b/src/Umbraco.Web.UI/umbraco/translation/details.aspx index 05367e755f..ea3e3cd59b 100644 --- a/src/Umbraco.Web.UI/umbraco/translation/details.aspx +++ b/src/Umbraco.Web.UI/umbraco/translation/details.aspx @@ -1,5 +1,5 @@ <%@ Page Title="" Language="C#" MasterPageFile="../masterpages/umbracoPage.Master" AutoEventWireup="true" CodeBehind="details.aspx.cs" Inherits="umbraco.presentation.umbraco.translation.details" %> -<%@ Register TagPrefix="ui" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="ui" Namespace="Umbraco.Web._Legacy.Controls" Assembly="Umbraco.Web" %> @@ -7,7 +7,7 @@ diff --git a/src/Umbraco.Web.UI/umbraco/translation/preview.aspx b/src/Umbraco.Web.UI/umbraco/translation/preview.aspx index 2e3c382980..10302d6a24 100644 --- a/src/Umbraco.Web.UI/umbraco/translation/preview.aspx +++ b/src/Umbraco.Web.UI/umbraco/translation/preview.aspx @@ -1,5 +1,4 @@ <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="../masterpages/umbracoPage.Master" CodeBehind="preview.aspx.cs" Inherits="umbraco.presentation.translation.preview" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> @@ -12,18 +11,18 @@

- Please notice that due to templating and unpublished content, the 2 pages can have differences in layout. + Please notice that due to templating and unpublished content, the 2 pages can have differences in layout.

- + - + @@ -35,7 +34,7 @@ var docWidth = jQuery(document).width(); jQuery("iframe").height(docHeight - 140).width((docWidth / 2) - 31); - }); + });
\ No newline at end of file diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/actions/delete.aspx b/src/Umbraco.Web/umbraco.presentation/umbraco/actions/delete.aspx index 1e56ede2eb..4ea4a2f81b 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/actions/delete.aspx +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/actions/delete.aspx @@ -1,5 +1,5 @@ <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="../masterpages/umbracoPage.Master" CodeBehind="delete.aspx.cs" Inherits="umbraco.presentation.actions.delete" %> -<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" %> - + + - + @@ -46,18 +46,18 @@ - - + + - - + + - + - + - + @@ -65,12 +65,12 @@ - + - + @@ -90,7 +90,7 @@ - + @@ -98,12 +98,12 @@ - + - + @@ -116,7 +116,7 @@ - + @@ -128,15 +128,15 @@ - + - +
Child Created Comment
  <%# DataBinder.Eval(Container.DataItem, "ChildText") %> <%# DataBinder.Eval(Container.DataItem, "DateTime") %><%# DataBinder.Eval(Container.DataItem, "Comment") %><%# DataBinder.Eval(Container.DataItem, "Comment") %>
- +
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/EditRelationType.aspx.designer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/EditRelationType.aspx.designer.cs index 3d1b215134..8c535466ab 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/EditRelationType.aspx.designer.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/EditRelationType.aspx.designer.cs @@ -3,15 +3,15 @@ // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// the code is regenerated. // //------------------------------------------------------------------------------ -namespace umbraco.cms.presentation.developer.RelationTypes -{ - public partial class EditRelationType - { - +namespace umbraco.cms.presentation.developer.RelationTypes { + + + public partial class EditRelationType { + /// /// tabControl control. /// @@ -20,7 +20,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.TabView tabControl; - + /// /// idPane control. /// @@ -29,7 +29,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane idPane; - + /// /// idPropertyPanel control. /// @@ -38,7 +38,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel idPropertyPanel; - + /// /// idLiteral control. /// @@ -47,7 +47,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Literal idLiteral; - + /// /// nameAliasPane control. /// @@ -56,7 +56,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane nameAliasPane; - + /// /// nameProperyPanel control. /// @@ -65,7 +65,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel nameProperyPanel; - + /// /// nameTextBox control. /// @@ -74,7 +74,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.TextBox nameTextBox; - + /// /// nameRequiredFieldValidator control. /// @@ -83,7 +83,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RequiredFieldValidator nameRequiredFieldValidator; - + /// /// aliasPropertyPanel control. /// @@ -92,7 +92,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel aliasPropertyPanel; - + /// /// aliasTextBox control. /// @@ -101,7 +101,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.TextBox aliasTextBox; - + /// /// aliasRequiredFieldValidator control. /// @@ -110,7 +110,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RequiredFieldValidator aliasRequiredFieldValidator; - + /// /// aliasCustomValidator control. /// @@ -119,7 +119,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.CustomValidator aliasCustomValidator; - + /// /// directionPane control. /// @@ -128,7 +128,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane directionPane; - + /// /// dualPropertyPanel control. /// @@ -137,7 +137,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel dualPropertyPanel; - + /// /// dualRadioButtonList control. /// @@ -146,7 +146,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RadioButtonList dualRadioButtonList; - + /// /// objectTypePane control. /// @@ -155,7 +155,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane objectTypePane; - + /// /// parentPropertyPanel control. /// @@ -164,7 +164,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel parentPropertyPanel; - + /// /// parentLiteral control. /// @@ -173,7 +173,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Literal parentLiteral; - + /// /// childPropertyPanel control. /// @@ -182,7 +182,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel childPropertyPanel; - + /// /// childLiteral control. /// @@ -191,7 +191,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Literal childLiteral; - + /// /// relationsCountPane control. /// @@ -200,7 +200,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane relationsCountPane; - + /// /// relationsCountPropertyPanel control. /// @@ -209,7 +209,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel relationsCountPropertyPanel; - + /// /// relationsCountLiteral control. /// @@ -218,7 +218,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Literal relationsCountLiteral; - + /// /// relationsPane control. /// @@ -227,7 +227,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane relationsPane; - + /// /// relationsPropertyPanel control. /// @@ -236,7 +236,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel relationsPropertyPanel; - + /// /// relationsRepeater control. /// diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx index e323d60ab7..4a1779697e 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx @@ -1,17 +1,17 @@ <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewRelationType.aspx.cs" Inherits="umbraco.cms.presentation.developer.RelationTypes.NewRelationType" MasterPageFile="../../masterpages/umbracoPage.Master"%> -<%@ Register TagPrefix="umb" Namespace="umbraco.uicontrols" Assembly="controls" %> +<%@ Register TagPrefix="umb" Namespace="Umbraco.Web._Legacy.Controls" %> - - + + - + @@ -23,7 +23,7 @@ - + @@ -42,7 +42,7 @@ - +
or diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx.designer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx.designer.cs index a1810b986f..2ea126c644 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx.designer.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/RelationTypes/NewRelationType.aspx.designer.cs @@ -3,15 +3,15 @@ // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// the code is regenerated. // //------------------------------------------------------------------------------ -namespace umbraco.cms.presentation.developer.RelationTypes -{ - public partial class NewRelationType - { - +namespace umbraco.cms.presentation.developer.RelationTypes { + + + public partial class NewRelationType { + /// /// nameAliasPane control. /// @@ -20,7 +20,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane nameAliasPane; - + /// /// nameProperyPanel control. /// @@ -29,7 +29,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel nameProperyPanel; - + /// /// descriptionTextBox control. /// @@ -38,7 +38,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.TextBox descriptionTextBox; - + /// /// descriptionRequiredFieldValidator control. /// @@ -47,7 +47,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RequiredFieldValidator descriptionRequiredFieldValidator; - + /// /// aliasPropertyPanel control. /// @@ -56,7 +56,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel aliasPropertyPanel; - + /// /// aliasTextBox control. /// @@ -65,7 +65,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.TextBox aliasTextBox; - + /// /// aliasRequiredFieldValidator control. /// @@ -74,7 +74,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RequiredFieldValidator aliasRequiredFieldValidator; - + /// /// aliasCustomValidator control. /// @@ -83,7 +83,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.CustomValidator aliasCustomValidator; - + /// /// directionPane control. /// @@ -92,7 +92,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane directionPane; - + /// /// PropertyPanel1 control. /// @@ -101,7 +101,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel PropertyPanel1; - + /// /// dualRadioButtonList control. /// @@ -110,7 +110,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.RadioButtonList dualRadioButtonList; - + /// /// objectTypePane control. /// @@ -119,7 +119,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.Pane objectTypePane; - + /// /// PropertyPanel2 control. /// @@ -128,7 +128,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel PropertyPanel2; - + /// /// parentDropDownList control. /// @@ -137,7 +137,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.DropDownList parentDropDownList; - + /// /// PropertyPanel3 control. /// @@ -146,7 +146,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::Umbraco.Web._Legacy.Controls.PropertyPanel PropertyPanel3; - + /// /// childDropDownList control. /// @@ -155,7 +155,7 @@ namespace umbraco.cms.presentation.developer.RelationTypes /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.DropDownList childDropDownList; - + /// /// addButton control. /// diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Xslt/xsltChooseExtension.aspx b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Xslt/xsltChooseExtension.aspx index 5ae03829cc..b719951aed 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Xslt/xsltChooseExtension.aspx +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Xslt/xsltChooseExtension.aspx @@ -1,7 +1,7 @@ <%@ Page Language="c#" Codebehind="xsltChooseExtension.aspx.cs" MasterPageFile="../../masterpages/umbracoDialog.Master" AutoEventWireup="True" Inherits="umbraco.developer.xsltChooseExtension" %> - <%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %> - +<%@ Register TagPrefix="cc1" Namespace="Umbraco.Web._Legacy.Controls" %> + \ No newline at end of file diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/translation/preview.aspx.designer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/translation/preview.aspx.designer.cs index 3bdf1f5600..55005e228c 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/translation/preview.aspx.designer.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/translation/preview.aspx.designer.cs @@ -1,16 +1,15 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.3053 // // Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// the code is regenerated. // //------------------------------------------------------------------------------ namespace umbraco.presentation.translation { - - + + public partial class preview { } }