diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 620e0cf5d0..35756c9280 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,4 +1,10 @@ -2009-11-31 Sancho Lerena +2009-12-1 Miguel de Dios + + * 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 * include/functions_reporting.php: SLA readjust to be used in SLA view. diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index ad1f21e626..7d74582222 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -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 "

" . __("The colours meaning:") . - "

    " . + "
      " . '
    •  
      ' . __("Red when the cell for this model group and agent has at least one module in critical state and the others in any state.") .