diff --git a/admin/admin_new_main.php b/admin/admin_new_main.php index 71a3534f..14df905f 100644 --- a/admin/admin_new_main.php +++ b/admin/admin_new_main.php @@ -41,6 +41,7 @@ require(HESK_PATH . 'hesk_settings.inc.php'); require(HESK_PATH . 'inc/common.inc.php'); require(HESK_PATH . 'inc/admin_functions.inc.php'); require(HESK_PATH . 'inc/status_functions.inc.php'); +require(HESK_PATH . 'inc/mail_functions.inc.php'); hesk_load_database_functions(); hesk_session_start(); diff --git a/css/colors.css b/css/colors.css new file mode 100644 index 00000000..971fd4ed --- /dev/null +++ b/css/colors.css @@ -0,0 +1,3 @@ +.white { + color: #fff; +} \ No newline at end of file diff --git a/inc/header_new_admin.inc.php b/inc/header_new_admin.inc.php index 19225b0b..727957a4 100644 --- a/inc/header_new_admin.inc.php +++ b/inc/header_new_admin.inc.php @@ -58,6 +58,7 @@ $modsForHesk_settings = mfh_getSettings(); + diff --git a/inc/mail_functions.inc.php b/inc/mail_functions.inc.php new file mode 100644 index 00000000..c492fd8c --- /dev/null +++ b/inc/mail_functions.inc.php @@ -0,0 +1,21 @@ + -'; @@ -54,11 +53,11 @@ if (hesk_check_kb_only(false)) {
- @@ -74,240 +73,54 @@ if (hesk_check_kb_only(false)) { - - - -
  • - + + +
  • @@ -319,25 +132,14 @@ if (hesk_check_kb_only(false)) {