From ef8f66468cbd5a589bbf1d0c89aeb0763061e1d7 Mon Sep 17 00:00:00 2001 From: Bart S Date: Wed, 21 Feb 2018 13:32:47 +0100 Subject: [PATCH] Add orange colour to blocks found Together with #83efd60 --- .../bootstrap/statistics/blocks/blocks_found_details.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl index 834c0fe2..1f054a86 100644 --- a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl +++ b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl @@ -59,7 +59,7 @@ {$BLOCKSFOUND[block].shares|number_format} {math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares} - {$percentage|number_format:"2"} + {$percentage|number_format:"2"} {/section} @@ -70,7 +70,7 @@ {$pplnsshares|number_format} {/if} {$totalshares|number_format} - {if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"}{else}0{/if} + {if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"}{else}0{/if}