[FIX] Better version

This commit is contained in:
Sebastian Grewe 2013-12-31 16:34:37 +01:00
parent e9c780f2ee
commit 2675a9573f

View File

@ -5,10 +5,8 @@
<td colspan="2">
{if $GLOBAL.userdata.no_fees}
You are mining without any pool fees applied and
{else if $GLOBAL.fees > 0 && $GLOBAL.fees < 0.0001}
You are mining at <font color="orange">{$GLOBAL.fees|escape|number_format:"8"}%</font> pool fee and
{else if $GLOBAL.fees > 0}
You are mining at <font color="orange">{$GLOBAL.fees|escape}%</font> pool fee and
You are mining at <font color="orange">{if $GLOBAL.fees < 0.0001}{$GLOBAL.fees|escape|number_format:"8"}{else}{$GLOBAL.fees|escape}{/if}%</font> pool fee and
{else}
This pool does not apply fees and
{/if}