Fixes wrong buttons
authorLuzifr <szekely@woltlab.com>
Thu, 9 Feb 2012 13:46:53 +0000 (14:46 +0100)
committerLuzifr <szekely@woltlab.com>
Thu, 9 Feb 2012 13:46:58 +0000 (14:46 +0100)
wcfsetup/install/files/acp/js/WCF.ACP.js

index 64ba4df052e0d75836ce7e2e1af2e6d1f75bd376..c6a0198e85e2999df58d5485ebcf8e7ea8183e48 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="wcf-button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
+                               $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></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="wcf-button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
+                               $('#packageInstallationInnerContent').append('<div class="wcf-formSubmit"><input type="button" id="' + $id + '" value="' + WCF.Language.get('wcf.global.button.next') + '" class="default" /></div>');
                                
                                $('#' + $id).click($.proxy(function() {
                                        // collect form values