From de4d4edbcd7a6920d628d466283a7cc781a1e946 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 10 Jul 2011 17:31:57 -0700 Subject: use signup style for login page; add remember me to login popup --- views/signup/index.html.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'views/signup') diff --git a/views/signup/index.html.php b/views/signup/index.html.php index dd262e0..6a00ff2 100644 --- a/views/signup/index.html.php +++ b/views/signup/index.html.php @@ -1,8 +1,6 @@ styles($this->html->style("/css/signup.css")); -?> +$this->styles($this->html->style("/css/login_signup.css")); -/key ?>\"> Link "; @@ -14,13 +12,13 @@ else flashMessage->output(); ?> -
+
form->create($user); ?> form->field('username', array('template' => $template, 'id' => 's_username')) ?> form->field('newpass', - array('template' => $template, 'id' => 's_password', 'label' => 'Password')) ?> + array('template' => $template, 'id' => 's_password', 'label' => 'Password', 'type' => 'password')) ?> form->field('email', array('template' => $template, 'id' => 's_email')) ?>
-- cgit v1.2.3