|
13 | 13 | <td class="cat" colspan="6" align="center"><span class="gensmall">{L_DISPLAY_TOPICS}{L_COLON}</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td> |
14 | 14 | </tr> |
15 | 15 | <tr> |
16 | | - <th width="4%" nowrap="nowrap"> </th> |
| 16 | + <th width="25" nowrap="nowrap"> </th> |
17 | 17 | <th nowrap="nowrap"> {L_TOPICS} </th> |
18 | | - <th width="8%" nowrap="nowrap"> {L_REPLIES} </th> |
19 | | - <th width="17%" nowrap="nowrap"> {L_LAST_POST} </th> |
20 | | - <th width="5%" nowrap="nowrap"> {L_MARK} </th> |
| 18 | + <th width="130" nowrap="nowrap"> {L_AUTHOR} </th> |
| 19 | + <th width="50" nowrap="nowrap"> {L_REPLIES} </th> |
| 20 | + <th width="140" nowrap="nowrap"> {L_LAST_POST} </th> |
| 21 | + <th width="40" nowrap="nowrap"> {L_MARK} </th> |
21 | 22 | </tr> |
22 | 23 | <!-- BEGIN topicrow --> |
23 | 24 | <tr> |
|
30 | 31 | <!-- IF topicrow.S_SELECT_TOPIC --> |
31 | 32 | <span class="genmed">[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT_MERGE}</a> ] </span> |
32 | 33 | <!-- ENDIF --> |
33 | | - <p class="topictitle">{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <!-- EVENT mcp_forum_topic_title_before --><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a><!-- EVENT mcp_forum_topic_title_after --> |
34 | | - <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> |
35 | | - <a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a> |
36 | | - <!-- ENDIF --> |
37 | | - <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --> |
38 | | - <a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.DELETED_IMG}</a> |
39 | | - <!-- ENDIF --> |
40 | | - <!-- IF topicrow.S_TOPIC_REPORTED and topicrow.U_MCP_REPORT --> |
41 | | - <a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> |
42 | | - <!-- ENDIF --> |
43 | | - <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> |
44 | | - [ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ] |
45 | | - <!-- ENDIF --> |
| 34 | + <p class="topictitle"> |
| 35 | + {% if topicrow.S_UNREAD_TOPIC %} |
| 36 | + <a href="{topicrow.U_NEWEST_POST}" class="imageset">{NEWEST_POST_IMG}</a> |
| 37 | + {% endif %} |
| 38 | + {topicrow.ATTACH_ICON_IMG} |
| 39 | + <!-- EVENT mcp_forum_topic_title_before --> |
| 40 | + <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a> |
| 41 | + <!-- EVENT mcp_forum_topic_title_after --> |
| 42 | + |
| 43 | + <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> |
| 44 | + <a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.UNAPPROVED_IMG}</a> |
| 45 | + <!-- ENDIF --> |
| 46 | + <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --> |
| 47 | + <a href="{topicrow.U_MCP_QUEUE}" class="imageset">{topicrow.DELETED_IMG}</a> |
| 48 | + <!-- ENDIF --> |
| 49 | + <!-- IF topicrow.S_TOPIC_REPORTED and topicrow.U_MCP_REPORT --> |
| 50 | + <a href="{topicrow.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> |
| 51 | + <!-- ENDIF --> |
| 52 | + <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> |
| 53 | + [ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ] |
| 54 | + <!-- ENDIF --> |
46 | 55 | </p> |
47 | 56 | <!-- EVENT topiclist_row_append --> |
48 | 57 | </td> |
| 58 | + <td class="row1" width="130" align="center"> |
| 59 | + <p class="topicauthor"> |
| 60 | + {% EVENT mcp_forum_topic_author_username_prepend %} |
| 61 | + {topicrow.TOPIC_AUTHOR_FULL} |
| 62 | + {% EVENT mcp_forum_topic_author_username_append %} |
| 63 | + </p> |
| 64 | + </td> |
49 | 65 | <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td> |
50 | | - <td class="row1" width="120" align="center"><p class="topicdetails">{topicrow.LAST_POST_TIME}</p></td> |
| 66 | + <td class="row1" width="120" align="center"> |
| 67 | + <p class="topicdetails" style="white-space: nowrap;">{topicrow.LAST_POST_TIME}</p> |
| 68 | + <p class="topicdetails"> |
| 69 | + {% EVENT mcp_forum_last_post_author_username_prepend %} |
| 70 | + {topicrow.LAST_POST_AUTHOR_FULL} |
| 71 | + {% EVENT mcp_forum_last_post_author_username_append %} |
| 72 | + <!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF --> |
| 73 | + </p> |
| 74 | + </td> |
51 | 75 | <td class="row2" align="center"> |
52 | 76 | <!-- IF not topicrow.S_MOVED_TOPIC and not S_MERGE_SELECT --><input type="checkbox" class="radio" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF --> |
53 | 77 | </td> |
|
0 commit comments