1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 07:54:24 +03:00
ifhub.club/application/frontend/skin/developer/forms/form.auth.invite.tpl

13 lines
518 B
Smarty

{**
* Форма регистрации через инвайт
*}
<form action="{router page='registration'}invite/" method="post">
{include file='forms/fields/form.field.text.tpl'
sFieldName = 'invite_code'
sFieldRules = 'required="true" type="alphanum'
sFieldLabel = $aLang.registration_invite_code
sFieldClasses = 'width-300'}
{include file='forms/fields/form.field.button.tpl' sFieldName='submit_invite' sFieldStyle='primary' sFieldText=$aLang.registration_invite_check}
</form>