fix #1699 we use user_prefs for the user view selector now

This commit is contained in:
Matthieu Leproux
2022-08-01 15:57:58 +02:00
parent b837881f4f
commit 74e932a5a9
3 changed files with 25 additions and 16 deletions
+1
View File
@@ -171,6 +171,7 @@ $template->assign('groups_arr_id', implode(',', $groups_arr_id));
$template->assign('groups_arr_name', implode(',', $groups_arr_name));
$template->assign('guest_id', $conf["guest_id"]);
$template->assign('view_selector', userprefs_get_param('user-manager-view', 'line'));
// +-----------------------------------------------------------------------+
// | html code display |
// +-----------------------------------------------------------------------+