title = 'Восстановление пароля'; $this->params['breadcrumbs'][] = $this->title; ?> 'title']) ?>
'mess']); $form = ActiveForm::begin([ 'method' => 'post', 'action' => Url::toRoute('/user/profile/request-password-reset'), 'id' => 'request-password-reset', //'enableAjaxValidation' => true, ]); echo $form->field($model, 'email')->textInput([ 'placeholder' => Yii::t('front', 'Email'), 'class' => 'field email' ])->label('') ?>
'auth', 'onclick' => '$.fancybox.close();', 'data-fancybox' => '' ] ) . Html::submitButton(Html::tag('span', Yii::t('front', 'Send')), ['class' => 'std-but']) ?>