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:
parent
e6d02b7540
commit
c4e492d06c
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue