From 2acf83894d7de42ca2a60fb73f71a8834aff7319 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Sat, 15 Feb 2014 13:55:28 +0100 Subject: [PATCH] only show new table if accounts > 1 --- public/templates/mpos/admin/wallet/default.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/templates/mpos/admin/wallet/default.tpl b/public/templates/mpos/admin/wallet/default.tpl index 41af9626..7884cd9f 100644 --- a/public/templates/mpos/admin/wallet/default.tpl +++ b/public/templates/mpos/admin/wallet/default.tpl @@ -1,6 +1,7 @@ +{if $ADDRESSCOUNT > 1}

Wallet Information

- +{/if}

Balance Summary

@@ -50,9 +51,9 @@
+{if $ADDRESSCOUNT > 1}
-{if $ADDRESSCOUNT > 1}

Number of Accounts in Wallet: {$ADDRESSCOUNT|default:"0"}

{foreach key=NAME item=VALUE from=$ACCOUNTS}