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}