From 427747abbaf695ed8c028c4535aeedf331552245 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Mon, 29 Aug 2011 15:01:05 -0400 Subject: [PATCH] Cleanup in login templates and link to lost password reset --- core/templates/login.php | 20 ++++++++++---------- core/templates/lostpassword.php | 5 ++--- core/templates/resetpassword.php | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/core/templates/login.php b/core/templates/login.php index 85db3bc9a5..717f6bcabd 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -1,17 +1,17 @@
- t( 'Login failed!' ); ?> + t('Lost your password?'); ?> + + + + + + + + + - - - - - - - - -
diff --git a/core/templates/lostpassword.php b/core/templates/lostpassword.php index 212ca8d2ed..67e34164d0 100644 --- a/core/templates/lostpassword.php +++ b/core/templates/lostpassword.php @@ -2,11 +2,10 @@
t('You will receive a link to reset your password via Email.'); ?> - t( 'Requested' ); ?> - + t('Requested'); ?> - t( 'Login failed!' ); ?> + t('Login failed!'); ?> diff --git a/core/templates/resetpassword.php b/core/templates/resetpassword.php index 3c7c46efe1..47d0e69b7d 100644 --- a/core/templates/resetpassword.php +++ b/core/templates/resetpassword.php @@ -1,4 +1,4 @@ -
" method="post"> +" method="post">
t('Your password was successfully reset'); ?>