[UPDATE] fixed balance background
This commit is contained in:
parent
27670647b6
commit
68816e3161
@ -30,13 +30,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Confirmed</th>
|
<th>Confirmed</th>
|
||||||
<th>
|
<th>
|
||||||
<span class="confirmed" id="b-confirmed">{$GLOBAL.userdata.balance.confirmed|number_format:"6"}</span>
|
<span class="label label-success pull-right" id="b-confirmed">{$GLOBAL.userdata.balance.confirmed|number_format:"6"}</span>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Unconfirmed</th>
|
<th>Unconfirmed</th>
|
||||||
<th>
|
<th>
|
||||||
<span class="unconfirmed" id="b-unconfirmed">{$GLOBAL.userdata.balance.unconfirmed|number_format:"6"}</span>
|
<span class="label label-warning pull-right" id="b-unconfirmed">{$GLOBAL.userdata.balance.unconfirmed|number_format:"6"}</span>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user