From baed854bc9509f63138f2da98c3c65dc0a6e96fc Mon Sep 17 00:00:00 2001 From: lhpool Date: Wed, 12 Jun 2013 19:22:40 +0200 Subject: [PATCH] Added Usd/Day Added Est Usd/Day to stats --- .../templates/mmcFE/statistics/pool/contributors_hashrate.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl index 232a5ab0..37e6e6a8 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl @@ -7,6 +7,7 @@ User Name KH/s Ł/Day (est) + Usd/Day (est) @@ -19,6 +20,7 @@ {$CONTRIBHASHES[contrib].account} {$CONTRIBHASHES[contrib].hashrate|number_format} {$estday|number_format:"3"} + {$estday|number_format:"3"*$GLOBAL.price|default:"n/a"|number_format:"4"} {/section} {if $listed != 1} @@ -27,6 +29,7 @@ {$GLOBAL.userdata.username} {$GLOBAL.userdata.hashrate} {$estday|number_format:"3"} + {$estday|number_format:"3"*$GLOBAL.price|default:"n/a"|number_format:"4"} {/if}