1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/developer/forms/form.auth.reactivation.tpl

13 lines
548 B
Smarty

{**
* Форма запроса повторной активации аккаунта
*}
<form action="{router page='login'}reactivation/" method="post" class="js-form-reactivation">
{* E-mail *}
{include file='forms/form.field.text.tpl'
sFieldName = 'mail'
sFieldRules = 'required="true" type="email"'
sFieldLabel = $aLang.password_reminder_email}
{include file='forms/form.field.button.tpl' sFieldName='submit_reactivation' sFieldStyle='primary' sFieldText=$aLang.reactivation_submit}
</form>