diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f0998649ea..b452ee543b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2011-08-02 Javier Lanz + + * extensions/agents_modules.php: Changed background color of the text + in the table header. + + Fixes: 3373927 + 2011-07-29 Sergio Martin * operation/events/events_list.php: Change the events free search tag diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index 34cf90f9b5..1f954f0de3 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -178,8 +178,8 @@ function mainAgentsModules() { continue; } - $file_name = string2image(ui_print_truncate_text($module['name'],15, false, true, false, '...'), 115, 13, 3, 270, '#9EAC8B', 'FFF', 4, 0); - echo ''.html_print_image($file_name, true, array('title' => $module['name'])).""; + $file_name = string2image(ui_print_truncate_text($module['name'],15, false, true, false, '...'), 115, 13, 3, 270, '#90B165', 'FFF', 4, 0); + echo ''.html_print_image($file_name, true, array('title' => $module['name'])).""; } if(($hor_offset + $block) < $nmodules) {