From 59d9c839345b01d1708149851db578dfe7dbee80 Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Tue, 11 Mar 2014 13:25:45 +0100 Subject: [PATCH] [FIX] show estimated coins if coinprice is disabled --- .../templates/bootstrap/dashboard/account_data/default.tpl | 2 +- .../bootstrap/statistics/pool/contributors_hashrate.tpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/templates/bootstrap/dashboard/account_data/default.tpl b/public/templates/bootstrap/dashboard/account_data/default.tpl index 85eacd68..cef98720 100644 --- a/public/templates/bootstrap/dashboard/account_data/default.tpl +++ b/public/templates/bootstrap/dashboard/account_data/default.tpl @@ -1,7 +1,7 @@
-

Account Information

+

Account Information

diff --git a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl index 63b27a72..354f3925 100644 --- a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl @@ -11,8 +11,8 @@ - {if $GLOBAL.config.price.enabled} + {if $GLOBAL.config.price.enabled} {if $GLOBAL.config.price.currency}{/if} {/if} @@ -27,8 +27,8 @@ - {if $GLOBAL.config.price.enabled} + {if $GLOBAL.config.price.enabled} {if $GLOBAL.config.price.currency}{/if} {/if} @@ -40,8 +40,8 @@ - {if $GLOBAL.config.price.enabled} + {if $GLOBAL.config.price.enabled} {if $GLOBAL.config.price.currency}{/if} {/if}
Donor User Name KH/s{$GLOBAL.config.currency}/Day{$GLOBAL.config.price.currency}/Day
{if $CONTRIBHASHES[contrib].donate_percent|default:"0" >= 2}{elseif $CONTRIBHASHES[contrib].donate_percent|default:"0" < 2 AND $CONTRIBHASHES[contrib].donate_percent|default:"0" > 0}{else}{/if} {if $CONTRIBHASHES[contrib].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$CONTRIBHASHES[contrib].account|escape}{/if} {$CONTRIBHASHES[contrib].hashrate|number_format}{$estday|number_format:"3"}{($estday * $GLOBAL.price)|default:"n/a"|number_format:"4"}
{if $GLOBAL.userdata.donate_percent|default:"0" >= 2}{elseif $GLOBAL.userdata.donate_percent|default:"0" < 2 AND $GLOBAL.userdata.donate_percent|default:"0" > 0}{else}{/if} {$GLOBAL.userdata.username|escape} {$GLOBAL.userdata.rawhashrate|number_format}{$myestday|number_format:"3"|default:"n/a"}{($myestday * $GLOBAL.price)|default:"n/a"|number_format:"4"}