From fe36acfb9d8a62f007c53eefb23dc8086cd4b76f Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Thu, 20 Mar 2014 08:55:57 +0100 Subject: [PATCH] [UPDATE] responsive tables in wallet info --- .../bootstrap/admin/wallet/default.tpl | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/public/templates/bootstrap/admin/wallet/default.tpl b/public/templates/bootstrap/admin/wallet/default.tpl index 6a2264ac..26bc1d85 100644 --- a/public/templates/bootstrap/admin/wallet/default.tpl +++ b/public/templates/bootstrap/admin/wallet/default.tpl @@ -75,10 +75,8 @@
Number of Accounts in Wallet: {$ADDRESSCOUNT|default:"0"}
-
- {foreach key=NAME item=VALUE from=$ACCOUNTS}
@@ -86,17 +84,15 @@
-
+
-
- Balance Info -
+ Balance Info
-
+
- - + +
Balance{$VALUE|number_format:"8"}Balance{$VALUE|number_format:"8"}
@@ -107,11 +103,11 @@ {if $ACCOUNT == $NAME}
-
+
Addresses assigned to Account {$ACCOUNT|default:"Default"}
-
+
{foreach from=$ACCOUNTADDRESSES[$ACCOUNT] key=ACCOUNT1 item=ADDRESS1} @@ -131,6 +127,7 @@ +
{/foreach}