|
|
@@ -22,6 +22,6 @@ $this->params['breadcrumbs'][] = $this->title;
|
|
|
<?php echo $form->field('password')->passwordInput(); ?>
|
|
|
<?php echo $form->field('rememberMe')->checkbox(); ?>
|
|
|
<div class="form-actions">
|
|
|
- <?php echo Html::submitButton('Login', null, null, array('class' => 'btn btn-primary')); ?>
|
|
|
+ <?php echo Html::submitButton('Login', array('class' => 'btn btn-primary')); ?>
|
|
|
</div>
|
|
|
<?php ActiveForm::end(); ?>
|