diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3e62ede20f..3d1aea0402 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-05-24 Sancho Lerena + + * group_view.php: Much nicer view of group view. Added + column for group icon and for force network modules icon. + 2010-05-24 Raúl Mateos * include/config_process.php: Updated build to new RC2. diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index 052239bded..94bd4f7088 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -76,7 +76,9 @@ if ($agents == 1) { echo ''; echo ""; +echo ""; +echo ""; echo ""; echo ""; @@ -113,16 +115,17 @@ foreach ($groups as $id_group => $group_name) { } // Group name - echo ""; + echo ""; + echo "";
"; echo "".__("Group").""; echo "".__("Agents")."".__("Agent unknown")."".__("Unknown").""; + echo ""; echo print_group_icon ($id_group, true); - echo " "; + echo ""; echo ""; echo $group_name; echo ""; - + echo ""; if (give_acl ($config['id_user'], $id_group, "AW")) { echo ' '; - echo " "; } echo "