From 45b98c252ec3e9547e233dde09f2a557bd1cb54a Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:51:43 +0200 Subject: [PATCH] UI improvements in profile page --- cp/resources/views/admin/profile/profile.twig | 36 +++++++++++-------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/cp/resources/views/admin/profile/profile.twig b/cp/resources/views/admin/profile/profile.twig index f9c0dad..70e375f 100644 --- a/cp/resources/views/admin/profile/profile.twig +++ b/cp/resources/views/admin/profile/profile.twig @@ -45,22 +45,30 @@

{{ __('Details') }}

{{ csrf.field | raw }} -
-
-
{{ __('User Name') }}
-
{{ username }}
+
+
+
{{ __('User Name') }}
+
{{ username }}
-
-
{{ __('Email') }}
-
{{ email }}
+
+
{{ __('Email') }}
+
{{ email }}
-
-
{{ __('Status') }}
- {{ status }} -
-
-
{{ __('Role') }}
- {{ role }} +
+
{{ __('Status') }}
+
+ + {{ status }} + +
+
+
+
{{ __('Role') }}
+
+ + {{ role }} + +

{{ __('Change Password') }}