From c12728a87b365c492f19c687736df62952e6c856 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 15 Apr 2015 13:57:34 +0200 Subject: [PATCH] [UPDATE] More verbose wallet information --- templates/bootstrap/admin/wallet/default.tpl | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/templates/bootstrap/admin/wallet/default.tpl b/templates/bootstrap/admin/wallet/default.tpl index d6f95a0e..47182dc5 100644 --- a/templates/bootstrap/admin/wallet/default.tpl +++ b/templates/bootstrap/admin/wallet/default.tpl @@ -57,9 +57,10 @@ Version Protocol Version Wallet Version - Connections + Peers Status - Blocks + Blocks + Accounts @@ -69,6 +70,7 @@ {$COININFO.connections|default:""} {$COININFO.errors|default:"OK"} {$COININFO.blocks|default:"0"} + {$ADDRESSCOUNT} @@ -88,7 +90,7 @@ Host - Protocol Version + Protocol Identity Connected Traffic @@ -108,15 +110,12 @@ - - -{if $ADDRESSCOUNT > 1}
- Number of Accounts in Wallet: {$ADDRESSCOUNT|default:"0"} + Wallet Accounts
@@ -179,4 +178,3 @@
-{/if}