1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/components/auth/auth.invite.tpl
2014-07-14 23:42:50 +07:00

12 lines
476 B
Smarty

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