1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Change to GET rather than POST

git-svn-id: file:///svn/phpbb/trunk@147 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-04-15 16:38:33 +00:00
parent b830750d51
commit c04a882d64

View File

@@ -1,5 +1,5 @@
<table cellspacing="0" cellpadding="0" border="0">
<tr><form method="POST" action="{JUMPBOX_ACTION}">
<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>