From fc402dc378ba4a699831cbdbf9100569fead5ca8 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 18 Jul 2013 12:56:05 +0400 Subject: [PATCH] fixed field type --- apps/advanced/frontend/views/site/signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/advanced/frontend/views/site/signup.php b/apps/advanced/frontend/views/site/signup.php index 0047e51..8e1ab1d 100644 --- a/apps/advanced/frontend/views/site/signup.php +++ b/apps/advanced/frontend/views/site/signup.php @@ -16,7 +16,7 @@ $this->params['breadcrumbs'][] = $this->title; array('class' => 'form-horizontal'))); ?> field($model, 'username')->textInput(); ?> - field($model, 'email')->checkbox(); ?> + field($model, 'email')->textInput(); ?> field($model, 'password')->textInput(); ?>
'btn btn-primary')); ?>