mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 16:21:25 +02:00
Update register.tpl
This commit is contained in:
parent
694b4d7bac
commit
1d7dca8ada
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
{elseif $_c['registration_username'] == 'email'}
|
{elseif $_c['registration_username'] == 'email'}
|
||||||
{Lang::T('Email')}
|
{Lang::T('Email')}
|
||||||
{else}
|
{else}
|
||||||
{Lang::T('Username')}
|
{Lang::T('Usernames')}
|
||||||
{/if}
|
{/if}
|
||||||
</label>
|
</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
class="glyphicon glyphicon-user"></i></span>
|
class="glyphicon glyphicon-user"></i></span>
|
||||||
{/if}
|
{/if}
|
||||||
<input type="text" class="form-control" name="username"
|
<input type="text" class="form-control" name="username"
|
||||||
placeholder="{if $_c['country_code_phone']!= '' || $_c['registration_username'] == 'phone'}{$_c['country_code_phone']} {Lang::T('Phone Number')}{elseif $_c['registration_username'] == 'email'}{Lang::T('Email')}{else}{Lang::T('Username')}{/if}">
|
placeholder="{if $_c['country_code_phone']!= '' || $_c['registration_username'] == 'phone'}{$_c['country_code_phone']} {Lang::T('Phone Number')}{elseif $_c['registration_username'] == 'email'}{Lang::T('Email')}{else}{Lang::T('Usernames')}{/if}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{if $_c['photo_register'] == 'yes'}
|
{if $_c['photo_register'] == 'yes'}
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
{if $_c['man_fields_address'] neq 'no'}
|
{if $_c['man_fields_address'] neq 'no'}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>{Lang::T('Address')}</label>
|
<label>{Lang::T('Home Address')}</label>
|
||||||
<input type="text" name="address" id="address" value="{$address}" class="form-control">
|
<input type="text" name="address" id="address" value="{$address}" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue