diff --git a/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj b/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj
index 5dfa0d1285..4c33b16002 100644
--- a/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj
+++ b/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj
@@ -69,7 +69,6 @@
-
@@ -157,24 +156,11 @@
Umbraco.Web
-
-
-REM if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
-REM xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
-REM if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
-REM xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"
-
-
- REM xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\amd64\*.* "$(TargetDir)amd64\" /Y /F /E /I /C /D
-REM xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\x86\*.* "$(TargetDir)x86\" /Y /F /E /I /C /D
- REM if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
-REM xcopy /s /y "$(NugetPackages)\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
-REM if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
-REM xcopy /s /y "$(NugetPackages)\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"$(NuGetPackageFolders.Split(';')[0])
+
diff --git a/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/listview/listview.html b/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/listview/listview.html
index c27d885483..7d435adc6d 100644
--- a/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/listview/listview.html
+++ b/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/listview/listview.html
@@ -1,19 +1,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html b/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html
index 7df2577871..606ae1d9b1 100644
--- a/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html
+++ b/src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html
@@ -1,60 +1,65 @@
-
+
+
-
-
-
-
-
-
-
+
-
+
+
+
+
+
+
+
-
+
-
-
-
-
+
-
-
-
+
+
+
+
-
-
+
+
+
-
+
+
-
+
-
+
-
-
Content Type Variation
- Define the rules for how this content type's properties can be varied
-
-
-
-
+
-
+
+
Content Type Variation
+ Define the rules for how this content type's properties can be varied
+
+
+
\ No newline at end of file
diff --git a/src/Umbraco.Web.UI.Client/src/views/mediatypes/views/permissions/permissions.html b/src/Umbraco.Web.UI.Client/src/views/mediatypes/views/permissions/permissions.html
index 7c9811e37a..d34b31c8ea 100644
--- a/src/Umbraco.Web.UI.Client/src/views/mediatypes/views/permissions/permissions.html
+++ b/src/Umbraco.Web.UI.Client/src/views/mediatypes/views/permissions/permissions.html
@@ -1,49 +1,51 @@
Password reset to value: {{model.user.resetPasswordValue}}
+
-
-
Password reset to value: {{model.user.resetPasswordValue}}
-
+
+
+
+ Status:
+
+
+
+ {{model.user.userDisplayState.name}}
+
+
+
-
-
-
- Status:
+
+
+ Last login:
+
+
+ {{ model.user.formattedLastLogin }}
+ {{ model.user.name | umbWordLimit:1 }} has not logged in yet
+
-
-
- {{model.user.userDisplayState.name}}
-
-
-
-
-
- Last login:
+
+
+ Failed login attempts:
+
+
+ {{ model.user.failedPasswordAttempts }}
+
-
- {{ model.user.formattedLastLogin }}
- {{ model.user.name | umbWordLimit:1 }} has not logged in yet
-
-
-
-
- Failed login attempts:
+
+
+ Last lockout date:
+
+
+
+ {{ model.user.name | umbWordLimit:1 }} hasn't been locked out
+
+ {{ model.user.formattedLastLockoutDate }}
+
-
- {{ model.user.failedPasswordAttempts }}
-
-
-
-
- Last lockout date:
+
+
+ Password is last changed:
+
+
+
+ The password hasn't been changed
+
+ {{ model.user.formattedLastPasswordChangeDate }}
+
-
-
- {{ model.user.name | umbWordLimit:1 }} hasn't been locked out
-
- {{ model.user.formattedLastLockoutDate }}
-
-
-
-
- Password is last changed:
+
+
+ User is created:
+
+
+ {{ model.user.formattedCreateDate }}
+
-
-
- The password hasn't been changed
-
- {{ model.user.formattedLastPasswordChangeDate }}
-
-
-
-
- User is created:
+
+
+ User is last updated:
+
+
+ {{ model.user.formattedUpdateDate }}
+
-
- {{ model.user.formattedCreateDate }}
-
-
-
-
- User is last updated:
-
-
- {{ model.user.formattedUpdateDate }}
-
-
+
-
+
diff --git a/src/Umbraco.Web.UI/web.Template.Debug.config b/src/Umbraco.Web.UI/web.Template.Debug.config
index f9c62eeb0e..510b4f17db 100644
--- a/src/Umbraco.Web.UI/web.Template.Debug.config
+++ b/src/Umbraco.Web.UI/web.Template.Debug.config
@@ -11,11 +11,11 @@
One can edit web.config, it will not be overritten, but it WILL be altered by this transform
file everytime Umbraco builds.
-->
+
+
+
-
-
-
-