fixing color of total percentage again

This commit is contained in:
Sebastian Grewe 2013-08-14 11:15:49 +02:00
parent 351138f38a
commit 184ad5d58b

View File

@ -83,7 +83,7 @@ target and network difficulty and assuming a zero variance scenario.
<td colspan="6" class="right"><b>Totals</b></td>
<td class="right">{$totalexpectedshares|number_format}</td>
<td class="right">{$totalshares|number_format}</td>
<td class="right"><font color="{if ($totalpercentage <= 100)}green{else}red{/if}">{($totalpercentage / $count)|number_format:"2"}</font>
<td class="right"><font color="{if (($totalpercentage / $count) <= 100)}green{else}red{/if}">{($totalpercentage / $count)|number_format:"2"}</font>
</tr>
</tbody>
</table>