From de5fd12338295019ff94b9271ad4fcb961ce8a1e Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 24 Sep 2013 13:20:59 +0000 Subject: [PATCH] 2013-09-24 Sergio Martin * include/styles/pandora.css include/javascript/jquery.pandora.js images/license_key.png general/login_help_dialog.php general/login_page.php: Change the visual styles of some dialogs * extensions/agents_modules.php extensions/module_groups.php: Improve the visual style of extensions and their legends git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8803 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 13 ++++ pandora_console/extensions/agents_modules.php | 37 ++++------- pandora_console/extensions/module_groups.php | 40 ++++-------- pandora_console/general/login_help_dialog.php | 2 +- pandora_console/general/login_page.php | 3 +- pandora_console/images/license_key.png | Bin 4364 -> 4337 bytes .../include/javascript/jquery.pandora.js | 4 +- pandora_console/include/styles/pandora.css | 61 ++++++++++++++++-- 8 files changed, 97 insertions(+), 63 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2c56b2b80a..554cc7c2e3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,16 @@ +2013-09-24 Sergio Martin + + * include/styles/pandora.css + include/javascript/jquery.pandora.js + images/license_key.png + general/login_help_dialog.php + general/login_page.php: Change the visual styles + of some dialogs + + * extensions/agents_modules.php + extensions/module_groups.php: Improve the visual + style of extensions and their legends + 2013-09-23 Miguel de Dios * extensions/update_manager.php, diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index b48182e036..0fa270f5ba 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -170,7 +170,7 @@ function mainAgentsModules() { return; } - echo ''; + echo '
'; echo ""; @@ -298,30 +298,17 @@ function mainAgentsModules() { echo "
"; - echo "

" . __("The colours meaning:") . - "

    " . - '
  • -
     
    ' . - __("Orange cell when the module has fired alerts") . - '
  • ' . - '
  • -
     
    ' . - __("Red cell when the module has a critical status") . - '
  • ' . - '
  • -
     
    ' . - __("Yellow cell when the module has a warning status") . - '
  • ' . - '
  • -
     
    ' . - __("Green cell when the module has a normal status") . - '
  • ' . - '
  • -
     
    ' . - __("Grey cell when the module has an unknown status") . - '
  • ' . - "
" . - "

"; + echo "
"; + + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo "
" . __('Legend') . "
" . __("Orange cell when the module has fired alerts") . "
" . __("Red cell when the module has a critical status") . "
" . __("Yellow cell when the module has a warning status") . "
" . __("Green cell when the module has a normal status") . "
" . __("Grey cell when the module has an unknown status") . "
"; + echo "
"; echo "