From c1ec375bc818c3e591ad81a2b668cc150929b2f0 Mon Sep 17 00:00:00 2001
From: Andreas <6977712+AndreasK79@users.noreply.github.com>
Date: Sun, 1 Jan 2023 19:32:07 +0100
Subject: [PATCH] [User view] Tweaked add user view. Same design as edit.
---
application/views/user/add.php | 713 +++++++++++++++++++++------------
1 file changed, 461 insertions(+), 252 deletions(-)
diff --git a/application/views/user/add.php b/application/views/user/add.php
index 76f280e3..4451effd 100644
--- a/application/views/user/add.php
+++ b/application/views/user/add.php
@@ -1,123 +1,90 @@
-
-
-
-session->flashdata('notice')) { ?>
-
+
+ Create User Account
+
+ session->flashdata('notice')) { ?>
+
session->flashdata('notice'); ?>
-
-
-
-
-
-
-
+
load->helper('form'); ?>
-
-
-
- ".$password_error."
"; } ?>
-
+
+
+
-
-
-
- ".$firstname_error."
"; } ?>
-
+
+
+
+
+
+
+
+
-
-
-
- ".$lastname_error."
"; } ?>
-
+
+
-
-
-
- ".$callsign_error."
"; } ?>
-
+
-
-
-
- ".$locator_error."
"; } ?>
-
+
+
+
+
-
-
-
-
-
-
-
-
-
- Select how you would like dates shown when logged into your account.
-
-
-
-
-
-
- Choose which unit distances will be shown in.
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ".$firstname_error."
"; } ?>
+
+
+
+
+ ".$lastname_error."
"; } ?>
+
+
+
+
+
+ ".$callsign_error."
"; } ?>
+
+
+
+
+
+ ".$locator_error."
"; } ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Select how you would
+ like dates shown when logged into your account.
+
+
+
+
+
+
+
+
+
+
+
+ Choose which
+ unit distances will be shown in.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
\ No newline at end of file