mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update search_results.tpl
This commit is contained in:
parent
1236959d50
commit
d043d81efd
@ -148,11 +148,11 @@ function show_edit_options ()
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th title="{L_FORUM}">{L_FORUM}</th>
|
<th class="{sorter: 'text'}" title="{L_FORUM}">{L_FORUM}</th>
|
||||||
<th title="{L_TOPICS}">{L_TOPICS}</th>
|
<th class="{sorter: 'text'}" title="{L_TOPICS}">{L_TOPICS}</th>
|
||||||
<th title="{L_AUTHOR}">{L_AUTHOR}</th>
|
<th class="{sorter: 'text'}" title="{L_AUTHOR}">{L_AUTHOR}</th>
|
||||||
<th title="{L_REPLIES}">{L_REPLIES_SHORT}</th>
|
<th class="{sorter: 'digit'}" title="{L_REPLIES}">{L_REPLIES_SHORT}</th>
|
||||||
<th title="{L_LASTPOST}">{L_LASTPOST}</th>
|
<th class="{sorter: false}" title="{L_LASTPOST}">{L_LASTPOST}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<!-- BEGIN t -->
|
<!-- BEGIN t -->
|
||||||
|
Loading…
Reference in New Issue
Block a user