|
@@ -48,7 +48,7 @@ discard block |
|
|
block discarded – undo |
|
48
|
48
|
'autocomplete' => 'off', |
|
49
|
49
|
'placeholder' => Yii::t('yuncms', 'Username') |
|
50
|
50
|
], |
|
51
|
|
- 'errorOptions' => ['class' => 'help-block help-block-error full-width','style'=>'text-align:left'], |
|
|
51
|
+ 'errorOptions' => ['class' => 'help-block help-block-error full-width', 'style'=>'text-align:left'], |
|
52
|
52
|
])->label(false); ?> |
|
53
|
53
|
|
|
54
|
54
|
<?= $form->field($model, 'password', [ |
|
@@ -56,11 +56,11 @@ discard block |
|
|
block discarded – undo |
|
56
|
56
|
'autocomplete' => 'off', |
|
57
|
57
|
'placeholder' => Yii::t('yuncms', 'Password') |
|
58
|
58
|
], |
|
59
|
|
- 'errorOptions' => ['class' => 'help-block help-block-error full-width','style'=>'text-align:left'], |
|
|
59
|
+ 'errorOptions' => ['class' => 'help-block help-block-error full-width', 'style'=>'text-align:left'], |
|
60
|
60
|
])->passwordInput()->label(false) ?> |
|
61
|
61
|
|
|
62
|
62
|
<?= $form->field($model, 'verifyCode', [ |
|
63
|
|
- 'errorOptions' => ['class' => 'help-block help-block-error full-width','style'=>'text-align:left'], |
|
|
63
|
+ 'errorOptions' => ['class' => 'help-block help-block-error full-width', 'style'=>'text-align:left'], |
|
64
|
64
|
])->widget(Captcha::class, [ |
|
65
|
65
|
'captchaAction' => '/admin/security/captcha', |
|
66
|
66
|
'options' => [ |
Please login to merge, or discard this patch.