Added donation info to account dashboard
This commit is contained in:
parent
29edf83083
commit
e68ea2b1a4
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user