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/components/auth/auth.reset.tpl
2015-03-28 14:32:32 +07:00

10 lines
395 B
Smarty

{**
* Форма восстановления пароля
*}
<form action="{router page='auth'}password-reset/" method="post" class="js-form-validate js-auth-reset-form">
{* E-mail *}
{component 'field' template='email' label=$aLang.auth.reset.form.fields.mail.label}
{component 'button' name='submit_reset' mods='primary' text=$aLang.auth.reset.form.fields.submit.text}
</form>