From 6b69fa8cc2c1ca138b949d7b3b2e638f69ee1afc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 13 Jul 2013 23:49:20 +0200 Subject: Switch to bootstrap div form code instead of tables Signed-off-by: Florian Pritz --- application/views/user/hash_password.php | 33 ++++++++------ application/views/user/login.php | 32 ++++++++----- application/views/user/register.php | 53 ++++++++++++++-------- application/views/user/reset_password_form.php | 33 ++++++++------ .../views/user/reset_password_username_form.php | 23 ++++++---- 5 files changed, 107 insertions(+), 67 deletions(-) (limited to 'application/views/user') diff --git a/application/views/user/hash_password.php b/application/views/user/hash_password.php index 13e4ffcd3..d85d2810c 100644 --- a/application/views/user/hash_password.php +++ b/application/views/user/hash_password.php @@ -9,18 +9,25 @@ if ($hash) { echo "

Result (this hash uses a random salt, so it will be different each time you submit this form):
$hash

\n"; } ?> - - - - - - - - - - - - -
Password
Confirm password
+ "form-horizontal")); ?> +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
diff --git a/application/views/user/login.php b/application/views/user/login.php index 21264a404..761965c94 100644 --- a/application/views/user/login.php +++ b/application/views/user/login.php @@ -3,16 +3,24 @@ if (isset($login_error)) { ?>
The entered credentials are invalid.
- - - - - - - - - - -
Username:
Password:
- + "form-horizontal")); ?> +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
diff --git a/application/views/user/register.php b/application/views/user/register.php index 5fe368c99..c0050508b 100644 --- a/application/views/user/register.php +++ b/application/views/user/register.php @@ -3,24 +3,39 @@ echo implode("
\n", $error); echo "

"; } ?> - - - - - - - - - - - - - - - - - - -
Username " />
Email " />
Password
Confirm password
+ "form-horizontal")); ?> +
+ +
+ "> +
+
+ +
+ +
+ "> +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
diff --git a/application/views/user/reset_password_form.php b/application/views/user/reset_password_form.php index 9bcbe3697..a6da56708 100644 --- a/application/views/user/reset_password_form.php +++ b/application/views/user/reset_password_form.php @@ -3,18 +3,25 @@ echo implode("
\n", $error); echo "

"; } ?> - - - - - - - - - - - - -
Password
Confirm password
+ "form-horizontal")); ?> +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
diff --git a/application/views/user/reset_password_username_form.php b/application/views/user/reset_password_username_form.php index dde6d5aa0..674a6441d 100644 --- a/application/views/user/reset_password_username_form.php +++ b/application/views/user/reset_password_username_form.php @@ -1,12 +1,15 @@ - - - - - - - - - -
Username
+ "form-horizontal")); ?> +
+ +
+ "> +
+
+ +
+
+ +
+
-- cgit v1.2.3-24-g4f1b