feedback text on skin installer

[TFS Changeset #77701]
This commit is contained in:
PerPloug
2010-10-01 11:07:05 +00:00
parent b3ea418c15
commit fdbfe72fb1
2 changed files with 4 additions and 3 deletions

View File

@@ -13,11 +13,12 @@
});
</script>
</script>
<div id="installingSkin" style="display:none;">
<p>Installing selected skin...</p>
<h2>Installing selected skin, please wait...</h2>
<h2>You will be transfered to a visual editor to personalize the skin</h2>
</div>
<asp:Repeater ID="rep_starterKitDesigns" runat="server">

View File

@@ -16,7 +16,7 @@ jQuery(document).ready(function () {
</script>
<div id="installingStarterKit" style="display:none;">
<p>Installing selected starter kit...</p>
<h2>Installing selected starter kit, please wait...</h2>
</div>
<asp:Repeater ID="rep_starterKits" runat="server">