Unified the package uninstallation dialog
authorAlexander Ebert <ebert@woltlab.com>
Mon, 21 May 2018 10:44:36 +0000 (12:44 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 21 May 2018 10:44:36 +0000 (12:44 +0200)
Fixes #2571

wcfsetup/install/files/acp/templates/packageUninstallationStepPrepare.tpl

index c6fdd8f467037227962b6037cc662fe4628fb6c6..fa06540ee65d12541ed717fe88ebb40c17888536 100644 (file)
@@ -1,15 +1,15 @@
 <div id="packageInstallationDialogContainer">
        <header class="box48 contentHeader">
-               <span class="icon icon48 fa-spinner"></span>
+               <span class="icon icon48 fa-spinner jsPackageInstallationStatus"></span>
                
                <div>
                        <h1 class="contentTitle">{lang}wcf.acp.package.uninstallation.title{/lang}</h1>
                        <p id="packageInstallationAction">{lang}wcf.acp.package.uninstallation.step.prepare{/lang}</span></p>
-                       <p><progress id="packageInstallationProgress" value="0" max="100">0%</progress></p>
+                       <small><progress id="packageInstallationProgress" value="0" max="100">0%</progress> <span id="packageInstallationProgressLabel">0%</span></small>
                </div>
        </header>
        
        <div id="packageInstallationInnerContentContainer" style="display: none;">
                <div id="packageInstallationInnerContent"></div>
        </div>
-</div>
\ No newline at end of file
+</div>