WIP installer refactor, small update to skin module avoid client side rollback when customization needs to be applied

[TFS Changeset #77217]
This commit is contained in:
starfighter83
2010-09-16 07:35:38 +00:00
parent 358374ebad
commit bb0a4eb023

View File

@@ -4,9 +4,11 @@
<script type="text/javascript">
function closeCustomizeSkinModal() {
jQuery('#cancelSkinCustomization').trigger('click');
jQuery('#cancelSkinInstall').trigger('click');
UmbSpeechBubble.ShowMessage("Info", "Skin", "Skin updated...");
}
@@ -56,7 +58,7 @@
<p runat="server" id="pCustomizeSkin">... or <a href="#" onclick="jQuery('#changeSkin').hide();jQuery('#costumizeSkin').show();">customize</a> current skin</p>
<button type="button" class="modalbuton">Cancel</button>
<button type="button" class="modalbuton" id="cancelSkinInstall">Cancel</button>
</div>