mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
0e2cd05064
commit
1236959d50
@ -8,6 +8,7 @@ require(CLASS_DIR . 'utf8.php');
|
||||
require(CLASS_DIR . 'correct.php');
|
||||
require(CLASS_DIR . 'reflection.php');
|
||||
|
||||
$page_cfg['use_tablesorter'] = true;
|
||||
$page_cfg['load_tpl_vars'] = array(
|
||||
'post_buttons',
|
||||
'post_icons',
|
||||
|
@ -138,13 +138,14 @@ function show_edit_options ()
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<table class="forumline forum">
|
||||
<table class="forumline tablesorter forum">
|
||||
<col class="row1">
|
||||
<col class="row1" width="25%">
|
||||
<col class="row4" width="75%">
|
||||
<col class="row1">
|
||||
<col class="row4">
|
||||
<col class="row1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th title="{L_FORUM}">{L_FORUM}</th>
|
||||
@ -153,6 +154,7 @@ function show_edit_options ()
|
||||
<th title="{L_REPLIES}">{L_REPLIES_SHORT}</th>
|
||||
<th title="{L_LASTPOST}">{L_LASTPOST}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<!-- BEGIN t -->
|
||||
<tr id="tr-{t.TOPIC_ID}" class="tCenter">
|
||||
<td id="{t.TOPIC_ID}" class="topic_id">
|
||||
@ -187,6 +189,7 @@ function show_edit_options ()
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END t -->
|
||||
<tfoot>
|
||||
<!-- IF MY_POSTS -->
|
||||
<tr id="mod-action-row">
|
||||
<td colspan="6" id="mod-action-cell" class="row2">
|
||||
@ -208,6 +211,7 @@ function show_edit_options ()
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
||||
<!-- IF DL_CONTROLS -->
|
||||
|
Loading…
Reference in New Issue
Block a user