Small bug-fix
authorLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 11:34:03 +0000 (12:34 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 11:34:03 +0000 (12:34 +0100)
wcfsetup/install/files/acp/js/WCF.ACP.js

index a741f2e011623a7b397cf93e8b9d61948c2ec9dd..5f708387c4f9ce7f984e078f99cef709835fcc86 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