diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 30391080d0..955b1a5aa5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-01-19 Javier Lanz + * extensions/module_groups.php: Added truncation and scroll bar + * operation/agentes/status_monitor.php: Fixed combobox functionality + * general/logon_ok.php: Added a scroll bar at the bottom + * godmode/groups/modu_group_list.php: Truncated module groups name + 2011-01-18 Miguel de Dios * include/functions.php: in function "format_for_graph" added the units diff --git a/pandora_console/extensions/module_groups.php b/pandora_console/extensions/module_groups.php index 4661eede56..436b321495 100644 --- a/pandora_console/extensions/module_groups.php +++ b/pandora_console/extensions/module_groups.php @@ -105,7 +105,11 @@ function mainModuleGroups() { $agentGroups = get_user_groups ($config['id_user'], "AR", false); $modelGroups = get_all_model_groups(); array_walk($modelGroups, 'translate'); //Translate all head titles to language is set - + + foreach ($modelGroups as $i => $n) { + $modelGroups[$i] = printTruncateText($n, 20); + } + $head = $modelGroups; array_unshift($head, ' '); @@ -204,8 +208,9 @@ function mainModuleGroups() { array_push($tableData,$row); } $table->data = $tableData; - + echo "
"; print_table($table); + echo "
"; echo "

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