diff --git a/src/Umbraco.Web.UI/config/Dashboard.config b/src/Umbraco.Web.UI/config/Dashboard.config index c8c7e32f27..322551545d 100644 --- a/src/Umbraco.Web.UI/config/Dashboard.config +++ b/src/Umbraco.Web.UI/config/Dashboard.config @@ -119,14 +119,4 @@ -
- - content - - - - /App_Plugins/Deploy/views/dashboards/dashboard.html - - -
\ No newline at end of file diff --git a/src/Umbraco.Web.UI/config/splashes/noNodes.aspx b/src/Umbraco.Web.UI/config/splashes/noNodes.aspx index c1ceabf05b..d46ecd6113 100644 --- a/src/Umbraco.Web.UI/config/splashes/noNodes.aspx +++ b/src/Umbraco.Web.UI/config/splashes/noNodes.aspx @@ -1,7 +1,7 @@ -<%@ Page Language="C#" AutoEventWireup="true"%> +<%@ Page Language="C#" AutoEventWireup="True" Inherits="Umbraco.Web.UI.Config.Splashes.NoNodes" CodeBehind="NoNodes.aspx.cs" %> +<%@ Import Namespace="Umbraco.Core.Configuration" %> <%@ Import Namespace="Umbraco.Core.IO" %> -<%@ Import Namespace="Umbraco.Deploy.UI" %> -<%@ Import Namespace="Umbraco.Web" %> + @@ -11,142 +11,51 @@ - + - - - - - - - + -<% if(HttpContext.Current.Request.IsLocal == false){ %>
-
-
- +
+
+ -

Welcome to your Umbraco installation

-

You're seeing the wonderful page because your website doesn't contain any published content yet.

+

Welcome to your Umbraco installation

+

You're seeing this wonderful page because your website doesn't contain any published content yet.

- + -
-
-

Easy start with Umbraco.tv

-

We have created a bunch of 'how-to' videos, to get you easily started with Umbraco. Learn how to build projects in just a couple of minutes. Easiest CMS in the world.

- - Umbraco.tv → -
+
+
+

Easy start with Umbraco.tv

+

We have created a bunch of 'how-to' videos, to get you easily started with Umbraco. Learn how to build projects in just a couple of minutes. Easiest CMS in the world.

+ + Umbraco.tv → +
-
-

Be a part of the community

-

The Umbraco community is the best of its kind, be sure to visit, and if you have any questions, we’re sure that you can get your answers from the community.

- - our.Umbraco → -
-
+
+

Be a part of the community

+

The Umbraco community is the best of its kind, be sure to visit, and if you have any questions, we're sure that you can get your answers from the community.

+ + our.Umbraco → +
+
-
-
-
- -<% }else{ %> - -
-
- -
- - -
- -
- -

Initializing...

- Please wait while your site is initialized - -

{{ vm.restore.restoreProgress }}% restored

- {{ vm.restore.currentActivity }} - -

Initializing your site...

- Press the button below to begin -
- -
- -
- -
-

Restore from Umbraco Cloud

- -
- -
-

Restoring your website...

-

{{ vm.restore.restoreProgress }}% restored

- {{ vm.restore.currentActivity }} -
- -
-

Ready to rock n' roll!

-

Everything has been restored and is ready for use, click below to open Umbraco

- -
- - - - - <%--
-

An error occurred:

-

{{ vm.restore.error.exceptionMessage }}

- Show details -
{{ vm.restore.error.log }}
-
--%> - -
- -
-
+ +
-<%= NoNodesHelper.ServerVariables(HttpContext.Current.Request.RequestContext, UmbracoContext.Current) %> - - - - - - - - - -<% } %> + + - \ No newline at end of file +