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 {
}
}