Added donation info to account dashboard

This commit is contained in:
Sebastian Grewe 2013-09-25 09:53:45 +02:00
parent 29edf83083
commit e68ea2b1a4

View File

@ -5,6 +5,11 @@
<p>You are mining without any pool fees applied.</p>
{else if $GLOBAL.fees > 0}
<p>You are mining at <font color="orange">{$GLOBAL.fees|escape}%</font> pool fee.</p>
{/if}
{if $GLOBAL.userdata.donate_percent > 0}
<p>You are donating <font color="green">{$GLOBAL.userdata.donate_percent|escape}%</font> of your mined coins to the pool.</p>
{else}
<p>Please consider <a href="{$smarty.server.PHP_SELF}?page=account&action=edit">donating</a> some of your mined coins to the pool operator.</p>
{/if}
<table width="100%">
<caption style="text-align: left;">{$GLOBAL.config.currency} Account Balance</caption>