// 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;
// 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