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