From 1afab1a38e2537c22dad4746054a6a871f34417d Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 14 Dec 2016 09:37:21 +0100 Subject: [PATCH] Fixed table field in user list. Ticket #4270 (cherry picked from commit 8eb60e5a7b74e470ad8fba317bc1239fc06b1181) --- pandora_console/godmode/users/user_list.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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] .= "";