diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 218bea3245..9e55f6d4c5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-08-20 Sergio Martin + + * include/styles/menu.css + godmode/massive/massive_operations.php: Fixed + the massive operations header new message and + added style to the menu image to massive operations + 2010-08-20 Sergio Martin * godmode/agentes/massive_copy_modules.php diff --git a/pandora_console/godmode/massive/massive_operations.php b/pandora_console/godmode/massive/massive_operations.php index 11e6f3e696..ccdf8f798b 100644 --- a/pandora_console/godmode/massive/massive_operations.php +++ b/pandora_console/godmode/massive/massive_operations.php @@ -110,7 +110,7 @@ if ($policiestab == -1) $onheader = array('massive_agents' => $agentstab, 'massive_modules' => $modulestab, 'massive_alerts' => $alertstab, 'policies' => $policiestab); -print_page_header (__('Agent configuration'). ' » '. $options[$option], "images/god1.png", false, "", true, $onheader); +print_page_header (__('Massive operations'). ' » '. $options[$option], "images/sitemap_color.png", false, "", true, $onheader); echo '
'; echo '
'; diff --git a/pandora_console/include/styles/menu.css b/pandora_console/include/styles/menu.css index 432c044217..ee62858af0 100644 --- a/pandora_console/include/styles/menu.css +++ b/pandora_console/include/styles/menu.css @@ -140,6 +140,9 @@ #icon_god-agents { background-image: url(../../images/god1.png); } +#icon_god-massive { + background-image: url(../../images/sitemap_color.png); +} #icon_god-services { background-image: url(../../images/box.png); }