From 01454544896827113e49db0d2848b5aab6ce14ae Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 18 Sep 2024 23:05:35 +0200 Subject: Many changes --- src/application/views/view_user.php | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'src/application/views/view_user.php') diff --git a/src/application/views/view_user.php b/src/application/views/view_user.php index 6631407..aba0f2f 100644 --- a/src/application/views/view_user.php +++ b/src/application/views/view_user.php @@ -23,7 +23,7 @@ $dateJoined->setTime(0, 0, 0, 0); ?>
- +
@@ -80,11 +80,12 @@ $dateJoined->setTime(0, 0, 0, 0);

$_formError]); } ?>
" method="post" enctype="multipart/form-data"> +
@@ -130,12 +131,39 @@ $_checkbox_disabled_class = $_checkbox_disabled ? " disabled text-muted" : "";
- +
+ +

+ $_formError]); +} +?> +
" method="post"> + +
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ + -- cgit v1.2.3