From 96dfecc875f29321cd2a11441222300734aed767 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 11 Apr 2023 23:57:58 +0200 Subject: config user settings in slider (#5094) --- app/views/user/details.phtml | 9 +++------ app/views/user/manage.phtml | 19 ++++++++++++++++++- 2 files changed, 21 insertions(+), 7 deletions(-) (limited to 'app') diff --git a/app/views/user/details.phtml b/app/views/user/details.phtml index af388c713..d5cfe731c 100644 --- a/app/views/user/details.phtml +++ b/app/views/user/details.phtml @@ -1,16 +1,13 @@ partial('aside_configure'); ?> details['is_default']; ?> details['is_admin']; ?> details['enabled']; ?> -
- - -

username ?>

+
+

username ?>

@@ -87,4 +84,4 @@
-
+ diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index b996cdf2b..bff90818e 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -95,6 +95,7 @@ + @@ -109,7 +110,8 @@ users as $username => $values) : ?> > - + + @@ -124,3 +126,18 @@
+ +query != null) ? ' active' : ''; ?> + + + + -- cgit v1.2.3