minor donors update
This commit is contained in:
parent
0791d30e61
commit
cca0610cd3
@ -1,31 +1,30 @@
|
|||||||
<article class="module width_full">
|
<article class="module width_full">
|
||||||
<header><h3>Pool Donors</h3></header>
|
<header>
|
||||||
<div class="module_content">
|
<h3>Pool Donors</h3>
|
||||||
<center>
|
<div class="submit_link">
|
||||||
{include file="global/pagination.tpl"}
|
{include file="global/pagination.tpl"}
|
||||||
<table width="500px">
|
</div>
|
||||||
<thead>
|
</header>
|
||||||
<tr>
|
<table class="tablesorter" cellspacing="0">
|
||||||
<th><u>Name</u></th>
|
<thead>
|
||||||
<th><u>%</u></th>
|
<tr>
|
||||||
<th><u>{$GLOBAL.config.currency} Total</u></th>
|
<th>Name</th>
|
||||||
</tr>
|
<th align="right">%<th>
|
||||||
</thead>
|
<th align="right" style="padding-right: 25px">{$GLOBAL.config.currency} Total</th>
|
||||||
<br>
|
</tr>
|
||||||
<tbody>
|
</thead>
|
||||||
|
<tbody>
|
||||||
{section name=donor loop=$DONORS}
|
{section name=donor loop=$DONORS}
|
||||||
<tr>
|
<tr>
|
||||||
<th>{if $DONORS[donor].is_anonymous|default:"0" == 1}anonymous{else}{$DONORS[donor].username}{/if}</th>
|
<td>{if $DONORS[donor].is_anonymous|default:"0" == 1}anonymous{else}{$DONORS[donor].username}{/if}</td>
|
||||||
<th>{$DONORS[donor].donate_percent}</th>
|
<td align="right">{$DONORS[donor].donate_percent}</td>
|
||||||
<th>{$DONORS[donor].donation|number_format:"2"}</th>
|
<td align="right" style="padding-right: 25px">{$DONORS[donor].donation|number_format:"2"}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{sectionelse}
|
{sectionelse}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="center" colspan="3">No confirmed donations yet, please be patient!</td>
|
<td align="center" colspan="3">No confirmed donations yet, please be patient!</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/section}
|
{/section}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</center>
|
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user