1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 11:28:33 +01:00
Bart van Bragt a10203e49f Fixed bug #508734, URL on viewtopic.php wrong after using jumpbox
git-svn-id: file:///svn/phpbb/trunk@2032 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-31 23:29:14 +00:00

11 lines
312 B
Smarty

<form method="GET" name="jumpbox" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}:&nbsp;{S_JUMPBOX_LIST}&nbsp;
<input type="submit" value="{L_GO}" class="liteoption" />
</span></td>
</tr>
</table>
</form>