diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-03 19:44:58 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-03 19:44:58 +0000 |
| commit | 743460bd80067eac830d4f830492f109e8ea76eb (patch) | |
| tree | 390a6a0acf2dd78ad22724d07d5697b918c15daf /phpBB/templates | |
| parent | 4c8253171260124bedabc69bedd74e82a921627e (diff) | |
| download | forums-743460bd80067eac830d4f830492f109e8ea76eb.tar forums-743460bd80067eac830d4f830492f109e8ea76eb.tar.gz forums-743460bd80067eac830d4f830492f109e8ea76eb.tar.bz2 forums-743460bd80067eac830d4f830492f109e8ea76eb.tar.xz forums-743460bd80067eac830d4f830492f109e8ea76eb.zip | |
Subforums part 3: "the one that actually works"
git-svn-id: file:///svn/phpbb/trunk@2916 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
| -rw-r--r-- | phpBB/templates/subSilver/viewforum_body.html | 5 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/viewforum_subforum.html | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index cb7ac4b975..616f7b993e 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -4,7 +4,7 @@ <!-- INCLUDE viewforum_subforum.html --> <!-- ENDIF --> -<form method="post" action="{S_FORUM_ACTION}"><table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> +<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td colspan="2" align="left" valign="bottom"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"> [ <a href="{U_VIEW_MODERATORS}">{L_VIEW_MODERATORS}</a> ]<br /><br /><b>{LOGGED_IN_USER_LIST}</b></span></td> <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td> @@ -46,7 +46,7 @@ </tr> <!-- END topicrow --> <tr> - <td class="catBottom" colspan="8" height="28" align="center" valign="middle"><span class="genmed">{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input type="submit" class="liteoption" value="{L_GO}" name="sort" /></span></td> + <form method="post" action="{S_FORUM_ACTION}"><td class="catBottom" colspan="8" height="28" align="center" valign="middle"><span class="genmed">{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input type="submit" class="liteoption" value="{L_GO}" name="sort" /></span></td></form> </tr> </table> @@ -67,7 +67,6 @@ <td colspan="3"><span class="gensmall">{S_WATCH_FORUM}</span></td> </tr> </table> -</form> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> diff --git a/phpBB/templates/subSilver/viewforum_subforum.html b/phpBB/templates/subSilver/viewforum_subforum.html index e47df6f5af..5b6bae8770 100644 --- a/phpBB/templates/subSilver/viewforum_subforum.html +++ b/phpBB/templates/subSilver/viewforum_subforum.html @@ -1,5 +1,5 @@ <table class="forumline" width="100%" cellspacing="1" cellpadding="2" border="0"> - <tr> + <tr> <th class="thCornerL" colspan="3" height="25" nowrap="nowrap"> {L_SUBFORUM} </th> <th class="thTop" width="50" nowrap="nowrap"> {L_TOPICS} </th> <th class="thTop" width="50" nowrap="nowrap"> {L_POSTS} </th> |
