From ad35eba0136f27529448e6b78ec7b299708eed8e Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 11 Oct 2023 13:34:38 -0400 Subject: [PATCH] Use bootstrap table for user list, giving us sortable columns and we can use mobile table/card --- web/skins/classic/views/_options_users.php | 44 ++++++++++++++-------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/web/skins/classic/views/_options_users.php b/web/skins/classic/views/_options_users.php index 270be1113..3eacaadf0 100644 --- a/web/skins/classic/views/_options_users.php +++ b/web/skins/classic/views/_options_users.php @@ -7,23 +7,30 @@
- +
- - - - - - - - - - - - - + + + + + + + + + + + + + @@ -31,6 +38,7 @@ foreach (ZM\User::find([], ['order'=>'Username']) as $user_row) { ?> + @@ -44,7 +52,6 @@ -
- +