mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
#17242660 : add a feature sorting member list with last_login
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6920 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0a25ab09b5
commit
0a2c1409f5
4 changed files with 13 additions and 7 deletions
|
|
@ -40,13 +40,13 @@
|
|||
<caption>Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><a href="{getUrl('sort_index','','sort_order',$sort_index!='last_login'&&$sort_order=='desc'?'asc':'')}">{$lang->no}</a></div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="XE.checkboxToggleAll(); return false;"/></div></th>
|
||||
<th scope="col" class="quarter_wide"><div>{$lang->user_id}</div></th>
|
||||
<th scope="col" class="quarter_wide"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col" class="quarter_wide"><div>{$lang->nick_name}</div></th>
|
||||
<th scope="col" class="quarter_wide"><div>{$lang->signup_date}</div></th>
|
||||
<th scope="col"><div>{$lang->last_login}</div></th>
|
||||
<th scope="col" class="quarter_wide"><div><a href="{getUrl('sort_index','','sort_order',$sort_index!='last_login'&&$sort_order=='desc'?'asc':'')}">{$lang->signup_date}</a></div></th>
|
||||
<th scope="col"><div><a href="{getUrl('sort_index','last_login','sort_order',$sort_index=='last_login'&&$sort_order=='desc'?'asc':'')}">{$lang->last_login}</a></div></th>
|
||||
<th scope="col" colspan="2"><div> </div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue