diff --git a/pandora_console/godmode/users/user_list.php b/pandora_console/godmode/users/user_list.php index eb25c05691..5db36559e0 100644 --- a/pandora_console/godmode/users/user_list.php +++ b/pandora_console/godmode/users/user_list.php @@ -273,7 +273,7 @@ $table->head[2] = __('Last contact') . ' ' . '' . html_print_image("images/sort_up.png", true, array("style" => $selectLastConnectUp )) . '' . '' . html_print_image("images/sort_down.png", true, array("style" => $selectLastConnectDown)) . ''; $table->head[3] = __('Admin'); -$table->head[4] = __('Profile'); +$table->head[4] = __('Profile / Group'); $table->head[5] = __('Description'); $table->head[6] = '' . __('Op.') . ''; if (!defined('METACONSOLE')) { @@ -445,8 +445,7 @@ foreach ($info as $user_id => $user_info) { $data[4] .= ""; $data[4] .= ""; $data[4] .= profile_get_name ($row["id_perfil"]); - $data[4] .= ""; - $data[4] .= ""; + $data[4] .= " / "; $data[4] .= groups_get_name ($row["id_grupo"], true); $data[4] .= ""; $data[4] .= "";