-

-

+

" alt="image description" width="152" height="129">
+

" alt="image description" width="201" height="178">
Container.DataItem).Thumbnail %>)
diff --git a/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx b/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx
index 5188bf77a6..898803deec 100644
--- a/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx
+++ b/src/Umbraco.Web.UI/install/steps/Skinning/loadStarterKits.ascx
@@ -1,8 +1,11 @@
<%@ Control Language="C#" AutoEventWireup="True" CodeBehind="LoadStarterKits.ascx.cs" Inherits="Umbraco.Web.UI.Install.Steps.Skinning.LoadStarterKits" %>
<%@ Import Namespace="umbraco.cms.businesslogic.packager.repositories" %>
+<%@ Register TagPrefix="umb" Namespace="ClientDependency.Core.Controls" Assembly="ClientDependency.Core" %>
+
+
<% if (!CannotConnect) { %>
-
-
-
-
-
-
-
- Available skins
- You can choose from the following skins.
-
-
-
-
-
-
- Available starter kits
- You can choose from the following starter kits, each having specific functionality.
-
-
-
-
- Installation completed succesfully
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs
index d0fc0edf8c..e53e704762 100644
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs
+++ b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.cs
@@ -9,63 +9,135 @@ using umbraco.IO;
namespace umbraco.presentation.umbraco.developer.Packages
{
- public partial class StarterKits : UmbracoEnsuredPage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
- if (!cms.businesslogic.skinning.Skinning.IsStarterKitInstalled())
- showStarterKits();
- else
- showSkins((Guid)cms.businesslogic.skinning.Skinning.StarterKitGuid());
- }
+ public partial class StarterKits : UmbracoEnsuredPage
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!cms.businesslogic.skinning.Skinning.IsStarterKitInstalled())
+ showStarterKits();
+ else
+ showSkins((Guid)cms.businesslogic.skinning.Skinning.StarterKitGuid());
+ }
- private void showStarterKits()
- {
- install.steps.Skinning.loadStarterKits starterkitsctrl =
- (install.steps.Skinning.loadStarterKits)new UserControl().LoadControl(SystemDirectories.Install + "/steps/Skinning/loadStarterKits.ascx");
- starterkitsctrl.StarterKitInstalled+=new install.steps.Skinning.StarterKitInstalledEventHandler(starterkitsctrl_StarterKitInstalled);
-
- ph_starterkits.Controls.Add(starterkitsctrl);
+ private void showStarterKits()
+ {
+ install.steps.Skinning.loadStarterKits starterkitsctrl =
+ (install.steps.Skinning.loadStarterKits)new UserControl().LoadControl(SystemDirectories.Install + "/steps/Skinning/loadStarterKits.ascx");
+ starterkitsctrl.StarterKitInstalled += new install.steps.Skinning.StarterKitInstalledEventHandler(starterkitsctrl_StarterKitInstalled);
-
+ ph_starterkits.Controls.Add(starterkitsctrl);
- StarterKitNotInstalled.Visible = true;
- StarterKitInstalled.Visible = false;
- }
-
+ StarterKitNotInstalled.Visible = true;
+ StarterKitInstalled.Visible = false;
- public void showSkins(Guid starterKitGuid)
- {
+ }
- install.steps.Skinning.loadStarterKitDesigns ctrl = (install.steps.Skinning.loadStarterKitDesigns)new UserControl().LoadControl(SystemDirectories.Install + "/steps/Skinning/loadStarterKitDesigns.ascx");
- ctrl.ID = "StarterKitDesigns";
- ctrl.StarterKitGuid = starterKitGuid;
- ctrl.StarterKitDesignInstalled += new install.steps.Skinning.StarterKitDesignInstalledEventHandler(ctrl_StarterKitDesignInstalled);
- ph_skins.Controls.Add(ctrl);
- StarterKitNotInstalled.Visible = false;
- StarterKitInstalled.Visible = true;
+ public void showSkins(Guid starterKitGuid)
+ {
- }
+ install.steps.Skinning.loadStarterKitDesigns ctrl = (install.steps.Skinning.loadStarterKitDesigns)new UserControl().LoadControl(SystemDirectories.Install + "/steps/Skinning/loadStarterKitDesigns.ascx");
+ ctrl.ID = "StarterKitDesigns";
- void starterkitsctrl_StarterKitInstalled()
- {
- StarterKitNotInstalled.Visible = false;
- StarterKitInstalled.Visible = false;
+ ctrl.StarterKitGuid = starterKitGuid;
+ ctrl.StarterKitDesignInstalled += new install.steps.Skinning.StarterKitDesignInstalledEventHandler(ctrl_StarterKitDesignInstalled);
+ ph_skins.Controls.Add(ctrl);
- installationCompleted.Visible = true;
-
- }
+ StarterKitNotInstalled.Visible = false;
+ StarterKitInstalled.Visible = true;
- void ctrl_StarterKitDesignInstalled()
- {
- StarterKitNotInstalled.Visible = false;
- StarterKitInstalled.Visible = false;
+ }
- installationCompleted.Visible = true;
- }
- }
+ void starterkitsctrl_StarterKitInstalled()
+ {
+ StarterKitNotInstalled.Visible = false;
+ StarterKitInstalled.Visible = false;
+
+ installationCompleted.Visible = true;
+
+ }
+
+ void ctrl_StarterKitDesignInstalled()
+ {
+ StarterKitNotInstalled.Visible = false;
+ StarterKitInstalled.Visible = false;
+
+ installationCompleted.Visible = true;
+ }
+
+ ///
+ /// JsInclude1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::ClientDependency.Core.Controls.JsInclude JsInclude1;
+
+ ///
+ /// Panel1 control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::umbraco.uicontrols.UmbracoPanel Panel1;
+
+ ///
+ /// fb control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::umbraco.uicontrols.Feedback fb;
+
+ ///
+ /// StarterKitInstalled control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::umbraco.uicontrols.Pane StarterKitInstalled;
+
+ ///
+ /// ph_skins control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.PlaceHolder ph_skins;
+
+ ///
+ /// StarterKitNotInstalled control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::umbraco.uicontrols.Pane StarterKitNotInstalled;
+
+ ///
+ /// ph_starterkits control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.PlaceHolder ph_starterkits;
+
+ ///
+ /// installationCompleted control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::umbraco.uicontrols.Pane installationCompleted;
+ }
}
\ No newline at end of file
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.designer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.designer.cs
deleted file mode 100644
index 2b5787e1d5..0000000000
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/developer/Packages/StarterKits.aspx.designer.cs
+++ /dev/null
@@ -1,87 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace umbraco.presentation.umbraco.developer.Packages {
-
-
- public partial class StarterKits {
-
- ///
- /// JsInclude1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::ClientDependency.Core.Controls.JsInclude JsInclude1;
-
- ///
- /// Panel1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::umbraco.uicontrols.UmbracoPanel Panel1;
-
- ///
- /// fb control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::umbraco.uicontrols.Feedback fb;
-
- ///
- /// StarterKitInstalled control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::umbraco.uicontrols.Pane StarterKitInstalled;
-
- ///
- /// ph_skins control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.PlaceHolder ph_skins;
-
- ///
- /// StarterKitNotInstalled control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::umbraco.uicontrols.Pane StarterKitNotInstalled;
-
- ///
- /// ph_starterkits control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.PlaceHolder ph_starterkits;
-
- ///
- /// installationCompleted control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::umbraco.uicontrols.Pane installationCompleted;
- }
-}