That should be better! ;)
authorLuzifr <szekely@woltlab.com>
Fri, 16 Sep 2011 09:13:18 +0000 (11:13 +0200)
committerLuzifr <szekely@woltlab.com>
Fri, 16 Sep 2011 09:13:18 +0000 (11:13 +0200)
wcfsetup/install/files/acp/js/WCF.ACP.js

index 0fd7ce89a2acfb2d2abb661473e9f2978f3c4331..c33d1956e2e7b50825f7504a08bf15db05451231 100644 (file)
@@ -206,7 +206,7 @@ WCF.ACP.PackageInstallation.prototype = {
                // handle success
                if ($data.step == 'success') {
                        var $id = WCF.getRandomID();
-                       $('#packageInstallationInnerContent').append('<div class="formSubmit"><input type="button" id="' + $id + '" value="wcf.global.button.next" /></div>');
+                       $('#packageInstallationInnerContent').append('<div class="formSubmit"><input type="button" id="' + $id + '" value="{lang}wcf.global.button.next{/lang}" /></div>');
                        
                        $('#' + $id).click($.proxy(function() {
                                window.location.href = "index.php?page=PackageList" + SID_ARG_2ND;
@@ -234,7 +234,7 @@ WCF.ACP.PackageInstallation.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.global.button.next" /></div>');
+                               $('#packageInstallationInnerContent').append('<div class="formSubmit"><input type="button" id="' + $id + '" value="{lang}wcf.global.button.next{/lang}" /></div>');
                                
                                $('#' + $id).click($.proxy(function() {
                                        // collect form values