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
f56c66f7ed
commit
54907f0133
@ -832,6 +832,7 @@ else
|
|||||||
'TOPIC_AUTHOR' => profile_url(array('username' => $topic['first_username'], 'user_id' => $topic['first_user_id'], 'user_rank' => $topic['first_user_rank'])),
|
'TOPIC_AUTHOR' => profile_url(array('username' => $topic['first_username'], 'user_id' => $topic['first_user_id'], 'user_rank' => $topic['first_user_rank'])),
|
||||||
'LAST_POSTER' => profile_url(array('username' => $topic['last_username'], 'user_id' => $topic['last_user_id'], 'user_rank' => $topic['last_user_rank'])),
|
'LAST_POSTER' => profile_url(array('username' => $topic['last_username'], 'user_id' => $topic['last_user_id'], 'user_rank' => $topic['last_user_rank'])),
|
||||||
'LAST_POST_TIME' => bb_date($topic['topic_last_post_time']),
|
'LAST_POST_TIME' => bb_date($topic['topic_last_post_time']),
|
||||||
|
'LAST_POST_TIME_RAW' => $topic['topic_last_post_time'],
|
||||||
'LAST_POST_ID' => $topic['topic_last_post_id'],
|
'LAST_POST_ID' => $topic['topic_last_post_id'],
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
@ -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: 'text'}" title="{L_LASTPOST}"><b class="tbs-text">{L_LASTPOST}</b></th>
|
<th class="{sorter: 'digit'}" title="{L_LASTPOST}"><b class="tbs-text">{L_LASTPOST}</b></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<!-- BEGIN t -->
|
<!-- BEGIN t -->
|
||||||
@ -181,6 +181,7 @@ function show_edit_options ()
|
|||||||
<td class="med nowrap">{t.TOPIC_AUTHOR}</td>
|
<td class="med nowrap">{t.TOPIC_AUTHOR}</td>
|
||||||
<td title="{L_REPLIES}: {t.REPLIES}" class="small">{t.REPLIES}</td>
|
<td title="{L_REPLIES}: {t.REPLIES}" class="small">{t.REPLIES}</td>
|
||||||
<td class="small nowrap" style="padding: 1px 4px 3px 4px;">
|
<td class="small nowrap" style="padding: 1px 4px 3px 4px;">
|
||||||
|
<u>{t.LAST_POST_TIME_RAW}</u>
|
||||||
<p>{t.LAST_POST_TIME}</p>
|
<p>{t.LAST_POST_TIME}</p>
|
||||||
<p>
|
<p>
|
||||||
{t.LAST_POSTER}
|
{t.LAST_POSTER}
|
||||||
|
Loading…
Reference in New Issue
Block a user