2009-12-1 Miguel de Dios <miguel.dedios@artica.es>

* extensions/module_groups.php: fix the style of page, adjust the with of
	table of modules, and fix the description text that fail in panoramic style.
	Fixes: 2866316 
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2149 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-12-01 11:43:25 +00:00
parent 9464abc17a
commit f5ae7ee2ef
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,10 @@
2009-11-31 Sancho Lerena <slerena@artica.es>
2009-12-1 Miguel de Dios <miguel.dedios@artica.es>
* extensions/module_groups.php: fix the style of page, adjust the with of
table of modules, and fix the description text that fail in panoramic style.
Fixes: 2866316
2009-12-1 Sancho Lerena <slerena@artica.es>
* include/functions_reporting.php: SLA readjust to be used in SLA view.

View File

@ -56,6 +56,7 @@ function mainModuleGroups() {
$table->align[0] = 'right'; //Align to right the first column.
$table->style[0] = 'color: #ffffff; background-color: #778866; font-weight: bolder;';
$table->head = $head;
$table->width = '95%';
//The content of table
$tableData = array();
@ -118,7 +119,7 @@ function mainModuleGroups() {
print_table($table);
echo "<p>" . __("The colours meaning:") .
"<ul>" .
"<ul style='float: left;'>" .
'<li style="clear: both;">
<div style="float: left; background: #cc0000; height: 20px; width: 80px;margin-right: 5px; margin-bottom: 5px;">&nbsp;</div>' .
__("Red when the cell for this model group and agent has at least one module in critical state and the others in any state.") .