From 3783f9f2eea1843ac598eae4adb5f3a9a74f5db2 Mon Sep 17 00:00:00 2001 From: javilanz Date: Tue, 2 Aug 2011 11:17:27 +0000 Subject: [PATCH] 2011-08-02 Javier Lanz * extensions/agents_modules.php: Changed background color of the * text in the table header. Fixes: 3373927 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4660 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/extensions/agents_modules.php | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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) {