Paginate user table in ACP

This commit is contained in:
calzoneman 2013-06-22 18:54:08 -04:00
parent 6943845d7a
commit 71b774b445
3 changed files with 114 additions and 48 deletions

View file

@ -150,10 +150,10 @@
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>UID</th>
<th>Name</th>
<th>Global Rank</th>
<th>Email</th>
<th id="userlookup_uid">UID</th>
<th id="userlookup_uname">Name</th>
<th id="userlookup_rank">Global Rank</th>
<th id="userlookup_email">Email</th>
<th>Password Reset</th>
</tr>
</thead>