Skip to content

Commit

Permalink
only show new table if accounts > 1
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmShorty committed Feb 15, 2014
1 parent 0ef5fde commit 2acf838
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/templates/mpos/admin/wallet/default.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{if $ADDRESSCOUNT > 1}
<article class="module width_full">
<header><h3>Wallet Information</h3></header>
{/if}
<article class="module width_quarter">
<header><h3>Balance Summary</h3></header>
<table width="25%" class="tablesorter" cellspacing="0">
Expand Down Expand Up @@ -50,9 +51,9 @@
</tbody>
</table>
</article>
{if $ADDRESSCOUNT > 1}
</article>

{if $ADDRESSCOUNT > 1}
<article class="module width_full">
<header><h3>Number of Accounts in Wallet: {$ADDRESSCOUNT|default:"0"}</h3></header>
{foreach key=NAME item=VALUE from=$ACCOUNTS}
Expand Down

0 comments on commit 2acf838

Please sign in to comment.