17 lines
497 B
Smarty
17 lines
497 B
Smarty
<article class="module width_quarter">
|
|
<header><h3>Account Information</h3></header>
|
|
<div class="module_content">
|
|
<table width="100%">
|
|
<caption style="text-align: left;">{$GLOBAL.config.currency} Account Balance</caption>
|
|
<tr>
|
|
<th align="left">Confirmed</th>
|
|
<td id="b-confirmed" align="right"></td>
|
|
</tr>
|
|
<tr>
|
|
<th align="left">Unconfirmed</th>
|
|
<td id="b-unconfirmed" align="right"></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</article>
|