diff options
Diffstat (limited to 'phpBB/templates/subSilver/viewforum_body.html')
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index df6a0d02db..e18c7c2826 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -28,7 +28,7 @@ <!-- if the forum is postable output the viewforum listing --> <!-- IF S_IS_POSTABLE --> -<form method="post" action="{S_TOPIC_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> +<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"> {L_TOPICS} </th> @@ -61,9 +61,9 @@ <!-- ENDIF --> </tr> <!-- END topicrow --> - <tr align="center"> + <tr align="center"><form method="post" action="{S_TOPIC_ACTION}"> <!-- 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> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input type="submit" class="liteoption" value="{L_GO}" name="sort" /></td> - </tr> + </form></tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> @@ -115,7 +115,10 @@ </table></td> <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> -</table></form> +</table> + +<br clear="all" /> + <!-- ENDIF --> <table width="100%" cellspacing="0" cellpadding="0" border="0"> |