aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-02-24 22:03:43 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-02-24 22:03:43 +0000
commitcc74b3559dcccb64666b299946e479e406e705d3 (patch)
tree99dccc8adeecbf3b2bd91eef317a48a8631d83eb
parent28196e4f6132de69fa88b6374e4f281b0f2134b4 (diff)
downloadforums-cc74b3559dcccb64666b299946e479e406e705d3.tar
forums-cc74b3559dcccb64666b299946e479e406e705d3.tar.gz
forums-cc74b3559dcccb64666b299946e479e406e705d3.tar.bz2
forums-cc74b3559dcccb64666b299946e479e406e705d3.tar.xz
forums-cc74b3559dcccb64666b299946e479e406e705d3.zip
Update related to jumpbox creation
git-svn-id: file:///svn/phpbb/trunk@48 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/templates/Default/viewforum_footer.tpl11
1 files changed, 8 insertions, 3 deletions
diff --git a/phpBB/templates/Default/viewforum_footer.tpl b/phpBB/templates/Default/viewforum_footer.tpl
index c14ac4f8a7..5b37eed903 100644
--- a/phpBB/templates/Default/viewforum_footer.tpl
+++ b/phpBB/templates/Default/viewforum_footer.tpl
@@ -24,9 +24,14 @@
<td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr>
- <td align="right" style="{font-size: 8pt; height: 55px;}">
- {JUMPBOX}
- </td>
+ <td align="right" style="{font-size: 8pt; height: 55px;}"><table cellspacing="0" cellpadding="0" border="0">
+ <tr><form method="POST" action="{JUMPBOX_ACTION}">
+ <td><select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>
+{JUMPBOX_LIST}
+</select>
+<input type="submit" value="Go"></td>
+ </form></tr>
+ </table></td>
</tr>
</table>
</td>