[FIX] Removed old paginator
This commit is contained in:
parent
065d10d2e0
commit
003b8c79b6
@ -79,9 +79,8 @@
|
|||||||
<article class="module width_full">
|
<article class="module width_full">
|
||||||
<header>
|
<header>
|
||||||
<h3>User Information</h3>
|
<h3>User Information</h3>
|
||||||
<div class="submit_link">{include file="global/pagination.tpl"}</div>
|
|
||||||
</header>
|
</header>
|
||||||
<table width="100%" class="tablesorterpager">
|
<table cellspacing="0" width="100%" class="tablesorter">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th align="center">ID</th>
|
<th align="center">ID</th>
|
||||||
@ -140,26 +139,5 @@
|
|||||||
{/section}
|
{/section}
|
||||||
{/nocache}
|
{/nocache}
|
||||||
</tbody>
|
</tbody>
|
||||||
<tfoot>
|
|
||||||
<tr>
|
|
||||||
<th align="center">ID</th>
|
|
||||||
<th align="left">Username</th>
|
|
||||||
<th align="left">E-Mail</th>
|
|
||||||
<th align="right">Shares </th>
|
|
||||||
<th align="right">Hashrate </th>
|
|
||||||
{if $GLOBAL.config.payout_system != 'pps'}
|
|
||||||
<th align="right">Est. Donation </th>
|
|
||||||
<th align="right">Est. Payout </th>
|
|
||||||
{else}
|
|
||||||
<th align="right" colspan="2">Est. 24 Hours </th>
|
|
||||||
{/if}
|
|
||||||
<th align="right">Balance </th>
|
|
||||||
<th align="center">Admin</th>
|
|
||||||
<th align="center">Locked</th>
|
|
||||||
<th align="center">No Fees</th>
|
|
||||||
</tr>
|
|
||||||
</tfoot>
|
|
||||||
</table>
|
</table>
|
||||||
<footer>
|
|
||||||
</footer>
|
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user