Incorrect markup in the authentication dialog
authorAlexander Ebert <ebert@woltlab.com>
Sun, 15 May 2022 11:20:40 +0000 (13:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 15 May 2022 11:20:40 +0000 (13:20 +0200)
wcfsetup/install/files/acp/templates/packageUpdateUnauthorized.tpl

index 768870630838504d47cd37069d5f85fb13e60b7e..e74f9273118f12e886fb75f1b80f3ff3c557bd9c 100644 (file)
@@ -51,5 +51,5 @@
 </section>
 
 <div class="formSubmit">
-       <button data-package-update-server-id="{@$updateServer->packageUpdateServerID}">{lang}wcf.global.button.submit{/lang}</button>
+       <button class="buttonPrimary" data-type="submit" data-package-update-server-id="{@$updateServer->packageUpdateServerID}">{lang}wcf.global.button.submit{/lang}</button>
 </div>