aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/viewforum_body.html25
1 files changed, 12 insertions, 13 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html
index 7b3dbc1c11..df6a0d02db 100644
--- a/phpBB/templates/subSilver/viewforum_body.html
+++ b/phpBB/templates/subSilver/viewforum_body.html
@@ -15,7 +15,7 @@
<!-- IF S_IS_POSTABLE -->
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
- <td width="50" align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
+ <td width="50" align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a></td>
<td class="nav" width="100%" align="left" valign="middle">&nbsp; &nbsp;<a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> -> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></td>
<td class="gensmall" align="right" valign="bottom" nowrap="nowrap"><!-- IF S_IS_POSTABLE --><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a><!-- ENDIF --></td>
</tr>
@@ -28,7 +28,7 @@
<!-- if the forum is postable output the viewforum listing -->
<!-- IF S_IS_POSTABLE -->
-<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
+<form method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
<tr>
<!-- IF S_TOPIC_ICONS -->
<th colspan="3" height="25" align="center" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
@@ -61,10 +61,9 @@
<!-- ENDIF -->
</tr>
<!-- END topicrow -->
- <tr align="center"><form method="post" action="{S_TOPIC_ACTION}">
+ <tr align="center">
<!-- IF S_TOPIC_ICONS --><td class="cat" colspan="8" height="28"><!-- ELSE --><td class="cat" colspan="7" height="28"><!-- ENDIF --><span class="gensmall">{L_DISPLAY_TOPICS}:</span>&nbsp;{S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input type="submit" class="liteoption" value="{L_GO}" name="sort" /></td>
- </td>
- </form></tr>
+ </tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
@@ -80,15 +79,9 @@
<td class="gensmall" colspan="2">{S_WATCH_FORUM}</td>
</tr>
</table>
-<!-- ENDIF -->
-<table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td align="right"><!-- INCLUDE jumpbox.html --></td>
- </tr>
-</table>
+<br clear="all" />
-<!-- IF S_IS_POSTABLE -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
@@ -122,7 +115,13 @@
</table></td>
<td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
-</table>
+</table></form>
<!-- ENDIF -->
+<table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td align="right"><!-- INCLUDE jumpbox.html --></td>
+ </tr>
+</table>
+
<!-- INCLUDE overall_footer.html --> \ No newline at end of file