mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-12 19:14:23 +02:00
Update login-noreg.tpl
This commit is contained in:
parent
538cf4e675
commit
13a2de2664
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
{elseif $_c['registration_username'] == 'email'}
|
||||
{Lang::T('Email')}
|
||||
{else}
|
||||
{Lang::T('Username')}
|
||||
{Lang::T('Usernames')}
|
||||
{/if}
|
||||
</label>
|
||||
<div class="input-group">
|
||||
|
@ -37,7 +37,7 @@
|
|||
class="glyphicon glyphicon-user"></i></span>
|
||||
{/if}
|
||||
<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 class="form-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue