1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/components/auth/auth.reset.tpl
2014-10-18 13:07:45 +07:00

10 lines
395 B
Smarty

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