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/components/auth/auth.invite.tpl
2014-11-05 22:45:27 +07:00

12 lines
470 B
Smarty

{**
* Форма регистрации через инвайт
*}
<form action="{router page='registration'}invite/" method="post">
{include 'components/field/field.text.tpl'
name = 'invite_code'
rules = [ 'required' => true, 'type' => 'alphanum' ]
label = $aLang.auth.invite.form.fields.code.label}
{include 'components/button/button.tpl' name='submit_invite' mods='primary' text=$aLang.auth.invite.form.fields.submit.text}
</form>