From e09db5c1e0c4ddaa298d32530554ae0e7b12d76e Mon Sep 17 00:00:00 2001 From: r4sas Date: Sat, 12 May 2018 19:36:00 +0000 Subject: [PATCH] update block statistics --- .../bootstrap/statistics/blocks/blocks_found_details.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl index 240f20b95..ff0aad4a7 100644 --- a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl +++ b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl @@ -65,11 +65,11 @@ {/section} Totals - {$totalexpectedshares|number_format} + {$totalexpectedshares|number_format:$GLOBAL.config.sharediffprecision} {if $GLOBAL.config.payout_system == 'pplns'} - {$pplnsshares|number_format} + {$pplnsshares|number_format:$GLOBAL.config.sharediffprecision} {/if} - {$totalshares|number_format} + {$totalshares|number_format:$GLOBAL.config.sharediffprecision} {if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"}{else}0{/if}