From 20fe936feb5eaa37e51719b351d89d557b98ba8c Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Wed, 18 Sep 2013 12:38:26 +0200 Subject: [PATCH] [IMPROVEMENT] Added round statistics link to transaction blocks --- public/templates/test/account/transactions/default.tpl | 2 +- public/templates/test/admin/transactions/default.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/test/account/transactions/default.tpl b/public/templates/test/account/transactions/default.tpl index 75cad884..a761f825 100644 --- a/public/templates/test/account/transactions/default.tpl +++ b/public/templates/test/account/transactions/default.tpl @@ -98,7 +98,7 @@ {else}Unconfirmed{/if} {$TRANSACTIONS[transaction].coin_address} - {if $TRANSACTIONS[transaction].height == 0}n/a{else}{if $GLOBAL.website.blockexplorer.url}{$TRANSACTIONS[transaction].height}{else}{$TRANSACTIONS[transaction].height}{/if}{/if} + {if $TRANSACTIONS[transaction].height == 0}n/a{else}{$TRANSACTIONS[transaction].height}{/if} {$TRANSACTIONS[transaction].amount|number_format:"8"} {/section} diff --git a/public/templates/test/admin/transactions/default.tpl b/public/templates/test/admin/transactions/default.tpl index dd2814f8..d21f2c57 100644 --- a/public/templates/test/admin/transactions/default.tpl +++ b/public/templates/test/admin/transactions/default.tpl @@ -105,7 +105,7 @@ {else}Unconfirmed{/if} {$TRANSACTIONS[transaction].coin_address} - {if $TRANSACTIONS[transaction].height == 0}n/a{else}{if $GLOBAL.website.blockexplorer.url}{$TRANSACTIONS[transaction].height}{else}{$TRANSACTIONS[transaction].height}{/if}{/if} + {if $TRANSACTIONS[transaction].height == 0}n/a{else}{/if}{$TRANSACTIONS[transaction].height} {$TRANSACTIONS[transaction].amount|number_format:"8"} {/section}