phpbb/phpBB/templates/Default/jumpbox.tpl
Paul S. Owen c04a882d64 Change to GET rather than POST
git-svn-id: file:///svn/phpbb/trunk@147 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-15 16:38:33 +00:00

5 lines
No EOL
277 B
Smarty

<table cellspacing="0" cellpadding="0" border="0">
<tr><form method="GET" action="{JUMPBOX_ACTION}">
<td nowrap>Jump To:<select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>{JUMPBOX_LIST}</select><input type="submit" value="Go"></td>
</form></tr>
</table>