Fix the order of buttons for the manual upload
authorAlexander Ebert <ebert@woltlab.com>
Thu, 17 Aug 2023 13:47:01 +0000 (15:47 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 17 Aug 2023 13:47:01 +0000 (15:47 +0200)
wcfsetup/install/files/acp/templates/packageInstallationConfirm.tpl

index 6554b684b8dcd5decd995f1d1200b0dc3717abc9..1cd1873c6f71eb932cecf2e56795187592d08654 100644 (file)
 {/if}
 
 <div class="formSubmit">
-       <input type="button" id="backButton" value="{lang}wcf.global.button.back{/lang}" accesskey="c">
        {if $validationPassed}
                <input type="button" class="default buttonPrimary" id="submitButton" value="{lang}wcf.global.button.next{/lang}" accesskey="s">
        {/if}
+       <input type="button" id="backButton" value="{lang}wcf.global.button.back{/lang}" accesskey="c">
 </div>
 
 {include file='footer'}