From aaf241ed720d8ef9a24f649492fc6916e396552e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 28 Mar 2012 22:26:10 +0200 Subject: [PATCH] Installation overlay should now be fine --- wcfsetup/install/files/acp/js/WCF.ACP.js | 4 ++-- .../acp/templates/packageInstallationStepPrepare.tpl | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index 64d52f00a2..34bb6ac9e4 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.js @@ -358,7 +358,7 @@ WCF.ACP.Package.Installation.prototype = { if (data.step == 'success') { this._purgeTemplateContent($.proxy(function() { var $id = WCF.getRandomID(); - $('#packageInstallationInnerContent').append('
'); + $('#packageInstallationInnerContent').append('
'); $('#' + $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('
'); + $('#packageInstallationInnerContent').append('
'); $('#' + $id).click($.proxy(function() { // collect form values diff --git a/wcfsetup/install/files/acp/templates/packageInstallationStepPrepare.tpl b/wcfsetup/install/files/acp/templates/packageInstallationStepPrepare.tpl index b92225a01a..4f30b8f311 100644 --- a/wcfsetup/install/files/acp/templates/packageInstallationStepPrepare.tpl +++ b/wcfsetup/install/files/acp/templates/packageInstallationStepPrepare.tpl @@ -1,10 +1,10 @@
-
- -
+
+ +

{lang}wcf.acp.package.installation.title{/lang}

{lang}wcf.acp.package.installation.step.prepare{/lang}

-

0% 0%

+ 0% 0%
-- 2.20.1