From e7ec045785d7f5e08fecec554b3e97c241df3a02 Mon Sep 17 00:00:00 2001 From: Nathan Patten Date: Sat, 22 Feb 2014 21:42:45 +1100 Subject: [PATCH] [ADD] Donor --- .../statistics/pool/contributors_shares.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/templates/mpos/statistics/pool/contributors_shares.tpl b/public/templates/mpos/statistics/pool/contributors_shares.tpl index 5a85e789..d98d9ea4 100644 --- a/public/templates/mpos/statistics/pool/contributors_shares.tpl +++ b/public/templates/mpos/statistics/pool/contributors_shares.tpl @@ -4,9 +4,9 @@ Rank - - User Name - Shares + Donor + User Name + Shares @@ -15,17 +15,17 @@ {section shares $CONTRIBSHARES} {$rank++} - {if $CONTRIBSHARES[shares].donate_percent > 0}{/if} - {if $CONTRIBSHARES[shares].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$CONTRIBSHARES[shares].account|escape}{/if} - {$CONTRIBSHARES[shares].shares|number_format} + {if $CONTRIBSHARES[shares].donate_percent > 0}{else}{/if} + {if $CONTRIBSHARES[shares].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$CONTRIBSHARES[shares].account|escape}{/if} + {$CONTRIBSHARES[shares].shares|number_format} {/section} {if $listed != 1 && $GLOBAL.userdata.username|default:"" && $GLOBAL.userdata.shares.valid|default:"0" > 0} n/a - {if $GLOBAL.userdata.donate_percent > 0}{/if} - {$GLOBAL.userdata.username|escape} - {$GLOBAL.userdata.shares.valid|number_format} + {if $GLOBAL.userdata.donate_percent > 0}{else}{/if} + {$GLOBAL.userdata.username|escape} + {$GLOBAL.userdata.shares.valid|number_format} {/if}