mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #1159 Add sort option to spamfilter word list
This commit is contained in:
parent
0a9d34c37f
commit
853d6753eb
3 changed files with 13 additions and 6 deletions
|
|
@ -17,9 +17,9 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->word}</th>
|
||||
<th scope="col">{$lang->latest_hit}</th>
|
||||
<th scope="col">{$lang->hit}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col"><a href="{getUrl('sort_index', 'latest_hit')}">{$lang->latest_hit} <!--@if($sort_index === 'latest_hit')-->▼<!--@endif--></a></th>
|
||||
<th scope="col"><a href="{getUrl('sort_index', 'hit')}">{$lang->hit} <!--@if($sort_index === 'hit' || !$sort_index)-->▼<!--@endif--></a></th>
|
||||
<th scope="col"><a href="{getUrl('sort_index', 'regdate')}">{$lang->regdate} <!--@if($sort_index === 'regdate')-->▼<!--@endif--></a></th>
|
||||
<th scope="col"><input type="checkbox" name="word" title="Check All" /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue