7 lines
457 B
Smarty
7 lines
457 B
Smarty
|
<fieldset class="account_creation">
|
||
|
<h3>{l s='Referral program' mod='invite'}</h3>
|
||
|
<p>
|
||
|
<label for="referralprogram">{l s='E-mail address of your sponsor' mod='invite'}</label>
|
||
|
<input type="text" size="52" maxlength="128" class="text" id="referralprogram" name="invite" value="{if isset($sponsor_email)}{$sponsor_email|escape:'htmlall':'UTF-8'}{elseif isset($smarty.post.invite)}{$smarty.post.invite|escape:'htmlall':'UTF-8'}{/if}" />
|
||
|
</p>
|
||
|
</fieldset>
|