Update login.tpl
This commit is contained in:
parent
9edb0b4d2f
commit
538cf4e675
@ -26,7 +26,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">
|
||||||
@ -41,7 +41,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>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user