|
@@ -42,7 +42,7 @@ |
|
|
block discarded – undo |
|
42
|
42
|
<div class="modal-body"> |
|
43
|
43
|
<div class="row"> |
|
44
|
44
|
<div class="col-sm-12 col-md-8 col-lg-8 col-md-offset-2 col-lg-offset-2"> |
|
45
|
|
- <?= $form->field($model, 'login', ['inputOptions' => ['autofocus' => 'autofocus',]]) ?> |
|
|
45
|
+ <?= $form->field($model, 'login', ['inputOptions' => ['autofocus' => 'autofocus', ]]) ?> |
|
46
|
46
|
<?= $form->field($model, 'password')->passwordInput() ?> |
|
47
|
47
|
<?= Html::submitButton(Yii::t('yuncms', 'Login'), ['class' => 'btn btn-primary btn-block mt-10']) ?> |
|
48
|
48
|
</div> |
Please login to merge, or discard this patch.