From 2b0b67d2a056be36bf597692ac202134534a90f7 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 29 Sep 2016 21:51:49 -0400 Subject: [PATCH] Login screen redone --- admin/index.php | 168 +++++++++++++++++++------------------- css/mods-for-hesk-new.css | 19 +++++ inc/headerAdmin.inc.php | 6 ++ language/en/text.php | 1 + 4 files changed, 110 insertions(+), 84 deletions(-) diff --git a/admin/index.php b/admin/index.php index 5e7598f1..822e3de4 100644 --- a/admin/index.php +++ b/admin/index.php @@ -30,6 +30,7 @@ define('IN_SCRIPT', 1); define('HESK_PATH', '../'); +define('PAGE_TITLE', 'LOGIN'); /* Get all the required files and functions */ require(HESK_PATH . 'hesk_settings.inc.php'); @@ -58,9 +59,6 @@ switch ($action) { hesk_autoLogin(); print_login(); } - -/* Print footer */ -require_once(HESK_PATH . 'inc/footer.inc.php'); exit(); /*** START FUNCTIONS ***/ @@ -274,7 +272,7 @@ function print_login() } $hesk_settings['tmp_title'] = $hesk_settings['hesk_title'] . ' - ' .$hesklang['admin_login']; - require_once(HESK_PATH . 'inc/header.inc.php'); + require_once(HESK_PATH . 'inc/headerAdmin.inc.php'); if ( hesk_isREQUEST('notice') ) { @@ -287,29 +285,34 @@ function print_login() } ?> -
-
- - -
- -

 

- - +; } + + + body { + background: #d2d6de; + } +