Installation overlay should now be fine
authorAlexander Ebert <ebert@woltlab.com>
Wed, 28 Mar 2012 20:26:10 +0000 (22:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 28 Mar 2012 20:26:10 +0000 (22:26 +0200)
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/acp/templates/packageInstallationStepPrepare.tpl

index 64d52f00a29fa7638e4ac52ae80195da74779a2c..34bb6ac9e45b79279511d6c9554df34caadcd492 100644 (file)
@@ -358,7 +358,7 @@ WCF.ACP.Package.Installation.prototype = {
                if (data.step == 'success') {
                        this._purgeTemplateContent($.proxy(function() {
                                var $id = WCF.getRandomID();
-                               $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
+                               $('#packageInstallationInnerContent').append('<div class="formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" /></div>');
                                
                                $('#' + $id).click(function() {
                                        window.location.href = data.redirectLocation;
@@ -384,7 +384,7 @@ WCF.ACP.Package.Installation.prototype = {
                        // create button to handle next step
                        if (data.step && data.node) {
                                var $id = WCF.getRandomID();
-                               $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
+                               $('#packageInstallationInnerContent').append('<div class="formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" /></div>');
                                
                                $('#' + $id).click($.proxy(function() {
                                        // collect form values
index b92225a01affac5c4ce82ed7130ee71138829cce..4f30b8f3110212e46e66ff632013da3a9c7ee196 100644 (file)
@@ -1,10 +1,10 @@
 <div id="packageInstallationDialogContainer">
-       <header class="wcf-container wcf-mainHeading">
-               <img src="{@$__wcf->getPath()}icon/working2.svg" alt="" class="wcf-containerIcon" />
-               <hgroup class="wcf-containerContent">
+       <header class="box48 boxHeadline">
+               <img src="{@$__wcf->getPath()}icon/working2.svg" alt="" class="icon48" />
+               <hgroup>
                        <h1>{lang}wcf.acp.package.installation.title{/lang}</h1>
                        <h2 id="packageInstallationAction">{lang}wcf.acp.package.installation.step.prepare{/lang}</span></h2>
-                       <p><progress id="packageInstallationProgress" value="0" max="100">0%</progress> <span id="packageInstallationProgressLabel">0%</span></p>
+                       <small><progress id="packageInstallationProgress" value="0" max="100">0%</progress> <span id="packageInstallationProgressLabel">0%</span></small>
                </hgroup>
        </header>