From 6b3ef0e3bf2d9fa3eecae4693112945cdffa1da4 Mon Sep 17 00:00:00 2001 From: starfighter83 Date: Fri, 1 Oct 2010 10:13:43 +0000 Subject: [PATCH] WIP installer refactor, update to skinning step in installer [TFS Changeset #77693] --- .../steps/Skinning/loadStarterKitDesigns.ascx | 17 ++++++++++++++++- .../install/steps/Skinning/loadStarterKits.ascx | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx b/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx index 9c0aa62c3b..8564f9b45e 100644 --- a/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx +++ b/umbraco/presentation/install/steps/Skinning/loadStarterKitDesigns.ascx @@ -3,7 +3,22 @@ + + + + @@ -12,7 +27,7 @@
  • - + <%# ((Skin)Container.DataItem).Text %> diff --git a/umbraco/presentation/install/steps/Skinning/loadStarterKits.ascx b/umbraco/presentation/install/steps/Skinning/loadStarterKits.ascx index 237a2ccb83..6d06cfe668 100644 --- a/umbraco/presentation/install/steps/Skinning/loadStarterKits.ascx +++ b/umbraco/presentation/install/steps/Skinning/loadStarterKits.ascx @@ -3,6 +3,21 @@ + + + @@ -10,7 +25,7 @@
  • - + <%# ((Package)Container.DataItem).Text %>