From: Alexander Ebert Date: Tue, 12 Jan 2016 12:38:23 +0000 (+0100) Subject: Redesigned ACP login X-Git-Tag: 3.0.0_Beta_1~2030^2~157^2~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8d77e4400638c797184e6305cc122ad9dafdd661;p=GitHub%2FWoltLab%2FWCF.git Redesigned ACP login --- diff --git a/wcfsetup/install/files/acp/templates/login.tpl b/wcfsetup/install/files/acp/templates/login.tpl index be65192cfb..c98705fa0f 100644 --- a/wcfsetup/install/files/acp/templates/login.tpl +++ b/wcfsetup/install/files/acp/templates/login.tpl @@ -1,72 +1,66 @@ {include file='header' pageTitle='wcf.user.login'} - - -
-

{@$pageTitle|language}

-
- -{include file='formError'} - -
-
-
- {lang}wcf.user.login.data{/lang} - - -
-
- {if $errorField == 'username'} - - {if $errorType == 'empty'} - {lang}wcf.global.form.error.empty{/lang} - {else} - {lang}wcf.user.username.error.{@$errorType}{/lang} - {/if} - - {/if} -
- - - -
-
- {if $errorField == 'password'} - - {if $errorType == 'empty'} - {lang}wcf.global.form.error.empty{/lang} - {else} - {lang}wcf.user.password.error.{@$errorType}{/lang} - {/if} - - {/if} -
- - - {event name='dataFields'} -
+ - -
- - - {@SECURITY_TOKEN_INPUT_TAG} -
- + +
+ + + {@SECURITY_TOKEN_INPUT_TAG} +
+ +
+ + {include file='footer'} diff --git a/wcfsetup/install/files/acp/templates/pageFooter.tpl b/wcfsetup/install/files/acp/templates/pageFooter.tpl index eb2e851a86..1ab6362e19 100644 --- a/wcfsetup/install/files/acp/templates/pageFooter.tpl +++ b/wcfsetup/install/files/acp/templates/pageFooter.tpl @@ -5,7 +5,7 @@ {if ENABLE_BENCHMARK}{include file='benchmark'}{/if} - +