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 +++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) (limited to 'application/views/user/hash_password.php') 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")); ?> +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
-- cgit v1.2.3-24-g4f1b