From cb7326d7389f88cb6e256503a47cfa8896b9578e Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sat, 3 Jan 2015 19:29:55 +0000 Subject: [PATCH 1/2] Updated login page visually --- html/pages/logon.inc.php | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/html/pages/logon.inc.php b/html/pages/logon.inc.php index bd6a8ede1..29cdaa492 100644 --- a/html/pages/logon.inc.php +++ b/html/pages/logon.inc.php @@ -1,46 +1,40 @@ +} else { +?>
-
+

Please log in:

- -
- +
+
- -
- +
+
- -
- +
+
+ +
-
- +
+
-
-
' . $auth_message . '
-
-
-'); + $msg_box[] = array('type'=>'error','message'=>$auth_message,'title'=>'Login error'); } ?> -
+
'.$config['login_message'].'
'); From 955ca0f8fca54668bb5a8b1f41071ddd01e15379 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sat, 3 Jan 2015 20:01:29 +0000 Subject: [PATCH 2/2] Added remember me text --- html/pages/logon.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/logon.inc.php b/html/pages/logon.inc.php index 29cdaa492..e9819b1b0 100644 --- a/html/pages/logon.inc.php +++ b/html/pages/logon.inc.php @@ -22,7 +22,7 @@ if( $config['twofactor'] && isset($twofactorform) ) {
- + Remember me.