mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-17 00:01:06 +02:00
space in balance
This commit is contained in:
parent
1832332d99
commit
caad968655
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
<li class="dropdown user user-menu">
|
<li class="dropdown user user-menu">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||||
{if $_c['enable_balance'] == 'yes'}
|
{if $_c['enable_balance'] == 'yes'}
|
||||||
<span style="color: whitesmoke;">{Lang::moneyFormat($_user['balance'])}</span>
|
<span style="color: whitesmoke;"> {Lang::moneyFormat($_user['balance'])} </span>
|
||||||
{else}
|
{else}
|
||||||
<span>{$_user['fullname']}</span>
|
<span>{$_user['fullname']}</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue