More style-prefixes
authorLuzifr <szekely@woltlab.com>
Fri, 3 Feb 2012 13:33:47 +0000 (14:33 +0100)
committerLuzifr <szekely@woltlab.com>
Fri, 3 Feb 2012 13:33:47 +0000 (14:33 +0100)
wcfsetup/install/files/acp/js/WCF.ACP.js

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