From 3783f9f2eea1843ac598eae4adb5f3a9a74f5db2 Mon Sep 17 00:00:00 2001
From: javilanz <javi.lanz@gmail.com>
Date: Tue, 2 Aug 2011 11:17:27 +0000
Subject: [PATCH] 2011-08-02 Javier Lanz <javier.lanz@artica.es>

        * 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 <javier.lanz@artica.es>
+
+	* extensions/agents_modules.php: Changed background color of the text
+	in the table header.
+
+	Fixes: 3373927
+
 2011-07-29  Sergio Martin <sergio.martin@artica.es>
 
 	* 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 '<th width="22px">'.html_print_image($file_name, true, array('title' => $module['name']))."</th>";
+		$file_name = string2image(ui_print_truncate_text($module['name'],15, false, true, false, '...'), 115, 13, 3, 270, '#90B165', 'FFF', 4, 0);
+		echo '<th width="22px" style ="background-color:#90B165 !important">'.html_print_image($file_name, true, array('title' => $module['name']))."</th>";
 	}
 	
 	if(($hor_offset + $block) < $nmodules) {