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>