Paginate user table in ACP
This commit is contained in:
parent
6943845d7a
commit
71b774b445
3 changed files with 114 additions and 48 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue