| @@ 49-53 (lines=5) @@ | ||
| 46 | <?php ActiveForm::end(); ?> |
|
| 47 | </div> |
|
| 48 | <div class="text-center"> |
|
| 49 | <?php if ($model->module->enablePasswordRestore): ?> |
|
| 50 | <p class="login-restore"> |
|
| 51 | <?= Html::a(Yii::t('activeuser_frontend', 'Forgot password?'), ['/activeuser/account/restore'], ['tabindex' => '5']) ?> |
|
| 52 | </p> |
|
| 53 | <?php endif; ?> |
|
| 54 | <?php if ($model->module->enableRegistration): ?> |
|
| 55 | <p class="login-register"> |
|
| 56 | <?= Html::a(Yii::t('activeuser_frontend', "Don't have an account? Sign up!"), ['/activeuser/account/register']) ?> |
|
| @@ 54-59 (lines=6) @@ | ||
| 51 | <?= Html::a(Yii::t('activeuser_frontend', 'Forgot password?'), ['/activeuser/account/restore'], ['tabindex' => '5']) ?> |
|
| 52 | </p> |
|
| 53 | <?php endif; ?> |
|
| 54 | <?php if ($model->module->enableRegistration): ?> |
|
| 55 | <p class="login-register"> |
|
| 56 | <?= Html::a(Yii::t('activeuser_frontend', "Don't have an account? Sign up!"), ['/activeuser/account/register']) ?> |
|
| 57 | </p> |
|
| 58 | <?php endif ?> |
|
| 59 | <?php if ($model->module->enableConfirmation): ?> |
|
| 60 | <p class="login-resend"> |
|
| 61 | <?= Html::a(Yii::t('activeuser_frontend', "Didn't receive confirmation message?"), ['/activeuser/account/resend']) ?> |
|
| 62 | </p> |
|
| @@ 63-67 (lines=5) @@ | ||
| 60 | <p class="activeuser-login"> |
|
| 61 | <?= Html::a(Yii::t('activeuser_frontend', 'Already register? Sign in!'), ['/activeuser/account/login'], ['tabindex' => '4']) ?> |
|
| 62 | </p> |
|
| 63 | <?php if ($model->module->enablePasswordRestore): ?> |
|
| 64 | <p class="activeuser-restore"> |
|
| 65 | <?= Html::a(Yii::t('activeuser_frontend', 'Forgot password?'), ['/activeuser/account/restore'], ['tabindex' => '5']) ?> |
|
| 66 | </p> |
|
| 67 | <?php endif; ?> |
|
| 68 | <?php if ($model->module->enableConfirmation): ?> |
|
| 69 | <p class="activeuser-resend"> |
|
| 70 | <?= Html::a(Yii::t('activeuser_frontend', "Didn't receive confirmation message?"), ['/activeuser/account/resend']) ?> |
|
| @@ 68-73 (lines=6) @@ | ||
| 65 | <?= Html::a(Yii::t('activeuser_frontend', 'Forgot password?'), ['/activeuser/account/restore'], ['tabindex' => '5']) ?> |
|
| 66 | </p> |
|
| 67 | <?php endif; ?> |
|
| 68 | <?php if ($model->module->enableConfirmation): ?> |
|
| 69 | <p class="activeuser-resend"> |
|
| 70 | <?= Html::a(Yii::t('activeuser_frontend', "Didn't receive confirmation message?"), ['/activeuser/account/resend']) ?> |
|
| 71 | </p> |
|
| 72 | <?php endif ?> |
|
| 73 | </div> |
|
| 74 | </div> |
|
| 75 | </div> |
|
| 76 | ||
| @@ 45-50 (lines=6) @@ | ||
| 42 | <p class="activeuser-login"> |
|
| 43 | <?= Html::a(Yii::t('activeuser_frontend', 'Sign in'), ['/activeuser/account/login'], ['tabindex' => '3']) ?> |
|
| 44 | </p> |
|
| 45 | <?php if ($model->module->enableRegistration): ?> |
|
| 46 | <p class="activeuser-register"> |
|
| 47 | <?= Html::a(Yii::t('activeuser_frontend', "Don't have an account? Sign up!"), ['/activeuser/account/register'], ['tabindex' => '4']) ?> |
|
| 48 | </p> |
|
| 49 | <?php endif ?> |
|
| 50 | <?php if ($model->module->enablePasswordRestore): ?> |
|
| 51 | <p class="activeuser-restore"> |
|
| 52 | <?= Html::a(Yii::t('activeuser_frontend', 'Forgot password?'), ['/activeuser/account/restore'], ['tabindex' => '5']) ?> |
|
| 53 | </p> |
|
| @@ 50-55 (lines=6) @@ | ||
| 47 | <p class="activeuser-login"> |
|
| 48 | <?= Html::a(Yii::t('activeuser_frontend', 'Sign in'), ['/activeuser/account/login'], ['tabindex' => '3']) ?> |
|
| 49 | </p> |
|
| 50 | <?php if ($model->module->enableRegistration): ?> |
|
| 51 | <p class="activeuser-register"> |
|
| 52 | <?= Html::a(Yii::t('activeuser_frontend', "Don't have an account? Sign up!"), ['/activeuser/account/register'], ['tabindex' => '4']) ?> |
|
| 53 | </p> |
|
| 54 | <?php endif ?> |
|
| 55 | </div> |
|
| 56 | </div> |
|
| 57 | </div> |
|
| 58 | ||
| @@ 47-52 (lines=6) @@ | ||
| 44 | <p class="activeuser-login"> |
|
| 45 | <?= Html::a(Yii::t('activeuser_frontend', 'Sign in'), ['/activeuser/account/login'], ['tabindex' => '3']) ?> |
|
| 46 | </p> |
|
| 47 | <?php if ($model->module->enableRegistration): ?> |
|
| 48 | <p class="activeuser-register"> |
|
| 49 | <?= Html::a(Yii::t('activeuser_frontend', "Don't have an account? Sign up!"), ['/activeuser/account/register'], ['tabindex' => '4']) ?> |
|
| 50 | </p> |
|
| 51 | <?php endif ?> |
|
| 52 | </div> |
|
| 53 | </div> |
|
| 54 | </div> |
|
| 55 | ||