From 8d77e4400638c797184e6305cc122ad9dafdd661 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 12 Jan 2016 13:38:23 +0100 Subject: [PATCH] Redesigned ACP login --- .../install/files/acp/templates/login.tpl | 124 +++++++++--------- .../files/acp/templates/pageFooter.tpl | 2 +- 2 files changed, 60 insertions(+), 66 deletions(-) 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} - + -- 2.20.1