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'); ?>
- - -
-
Create User Account
-
-
-

+ load->helper('form'); ?>
+
+
+
+
+ Account Information +
+
-
- - - ".$username_error."
"; } ?> -
+
+ + + ".$username_error."
"; } ?> +
-
- - -
+
+ + + ".$email_error."
"; } ?> +
-
- - - ".$email_error."
"; } ?> -
+
+ + + ".$password_error."
"; } ?> +
-
- - - ".$password_error."
"; } ?> -
+
+
+ -
- - - ".$firstname_error."
"; } ?> - +
+
+
+ Roles +
+
+
+ + +
-
- - - ".$lastname_error."
"; } ?> -
+
+
-
- - - ".$callsign_error."
"; } ?> - + -
- - - ".$locator_error."
"; } ?> - +
+
+
+ Theme +
+
-
- - -
- -
- - - - Select how you would like dates shown when logged into your account. -
- - -
- - - Choose which unit distances will be shown in. -
- -
- - + foldername . '"'; if( $theme->foldername == 'default') { @@ -126,155 +93,397 @@ echo '>' . $theme->name . ''; } ?> - + +
+
+
+ +
+ +
+
+
+
+
+ Personal Information +
+
+ +
+ + + ".$firstname_error."
"; } ?> +
+
+ + + ".$lastname_error."
"; } ?> +
+ +
+ + + ".$callsign_error."
"; } ?> +
+ +
+ + + ".$locator_error."
"; } ?> +
+ + + + + + +
+
+
+ Cloudlog Preferences +
+
+ +
+ + +
+ +
+ + + + Select how you would + like dates shown when logged into your account. +
+ + +
+ + + Choose which + unit distances will be shown in. +
+ +
+
+ +
+ +
+
+
+
+
+ Main Menu +
+
+
+ + +
+
+
+
+
+
+ +
+
+
+
+ Gridsquare and Location Autocomplete +
+
+ +
+
+ + +
If set, gridsquare is fetched based on + location name.
+ +
+ +
+ + +
If set, name and gridsquare is fetched + from the API and filled in location and locator.
+ +
+ +
+ + +
If set, name and gridsquare is fetched + from the API and filled in location and locator.
+ +
+
+ +
+
+ +
+ +
+
+
+ Logbook fields +
+
+
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+
+
+
+
+
+
+
+
+
+ Previous QSL Type +
+
+ +
+ + +
+
+
+
+ +
+
+
+ qrz.com/hamqth.com Images +
+
+ +
+ + +
Please set your qrz.com/hamqth.com + credentials in the general config file.
+ +
+ +
+
+
-
-
- - -
If set, gridsquare is fetched based on location name.
-
- -
- - -
If set, name and gridsquare is fetched from the API and filled in location and locator.
-
- -
- - -
If set, name and gridsquare is fetched from the API and filled in location and locator.
-
-
- -
- - -
-
-
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
-
- -
- - -
- -
- - -
Please set your qrz.com/hamqth.com credentials in the general config file.
-
- - - + +
+ +
+
- - - - - + \ No newline at end of file