diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/viewforum_body.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/viewforum_body.html | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index a17ceb5fed..cc31f4cdf3 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -67,9 +67,9 @@ <!-- ELSE --> <th colspan="2"> {L_TOPICS} </th> <!-- ENDIF --> - <th width="100"> {L_AUTHOR} </th> - <th width="50"> {L_REPLIES} </th> - <th width="50"> {L_VIEWS} </th> + <th> {L_AUTHOR} </th> + <th> {L_REPLIES} </th> + <th> {L_VIEWS} </th> <th> {L_LAST_POST} </th> </tr> @@ -86,25 +86,22 @@ <!-- ENDIF --> <tr> - <td class="row1" width="40" align="center">{topicrow.TOPIC_FOLDER_IMG}</td> + <td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td> <!-- IF S_TOPIC_ICONS --> - <td class="row1" align="center">{topicrow.TOPIC_ICON_IMG}</td> + <td class="row1" width="25" align="center">{topicrow.TOPIC_ICON_IMG}</td> <!-- ENDIF --> - <td class="row1" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_TOPIC_REPORTED --> - <td align="left" valign="middle"> - <!-- IF topicrow.S_TOPIC_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF --> - <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> - </td> - <!-- ENDIF --> - <td width="100%">{topicrow.NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <p class="topictitle"><a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p><p class="gensmall">{topicrow.GOTO_PAGE}</p></td> - </tr> - </table></td> - <td class="row2" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR}</p></td> - <td class="row1" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td> - <td class="row2" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td> - <td class="row1" align="center" nowrap="nowrap"> + <td class="row1"> + <!-- IF topicrow.S_TOPIC_UNAPPROVED --> + <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> + <!-- ENDIF --> + <!-- IF topicrow.S_TOPIC_REPORTED --> + <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> + <!-- ENDIF --> + <p class="topictitle">{topicrow.NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} <a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a></p><p class="gensmall">{topicrow.GOTO_PAGE}</p></td> + <td class="row2" width="100" align="center"><p class="topicauthor">{topicrow.TOPIC_AUTHOR}</p></td> + <td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td> + <td class="row2" width="50" align="center"><p class="topicdetails">{topicrow.VIEWS}</p></td> + <td class="row1" width="120" align="center"> <p class="topicdetails">{topicrow.LAST_POST_TIME}</p> <p class="topicdetails"> <!-- IF forumrow.U_LAST_POSTER --> |
