1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-21 01:42:30 +01:00
Paul S. Owen ad9d4d2605 Move jumpbox to separate template
git-svn-id: file:///svn/phpbb/trunk@67 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-02-27 18:50:36 +00:00

5 lines
278 B
Smarty

<table cellspacing="0" cellpadding="0" border="0">
<tr><form method="POST" 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>