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
This commit is contained in:
javilanz 2011-08-02 11:17:27 +00:00
parent e6d02b7540
commit c4e492d06c
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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) {