Update search_results.tpl

This commit is contained in:
Roman Kelesidis 2023-10-26 22:23:58 +07:00
parent e8ce2d268b
commit e176f46b4e

View File

@ -152,7 +152,7 @@ function show_edit_options ()
<th class="{sorter: 'text'}" title="{L_TOPICS}"><b class="tbs-text">{L_TOPICS}</b></th> <th class="{sorter: 'text'}" title="{L_TOPICS}"><b class="tbs-text">{L_TOPICS}</b></th>
<th class="{sorter: 'text'}" title="{L_AUTHOR}"><b class="tbs-text">{L_AUTHOR}</b></th> <th class="{sorter: 'text'}" title="{L_AUTHOR}"><b class="tbs-text">{L_AUTHOR}</b></th>
<th class="{sorter: 'digit'}" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th> <th class="{sorter: 'digit'}" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th>
<th class="{sorter: false}" title="{L_LASTPOST}"><b class="tbs-text">{L_LASTPOST}</b></th> <th class="{sorter: 'text'}" title="{L_LASTPOST}"><b class="tbs-text">{L_LASTPOST}</b></th>
</tr> </tr>
</thead> </thead>
<!-- BEGIN t --> <!-- BEGIN t -->