1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00
Paul S. Owen 2e1b7d42b1 Fixed preg single quote potential problem, altered jumpbox slightly
git-svn-id: file:///svn/phpbb/trunk@1136 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-06 17:21:10 +00:00

11 lines
313 B
Smarty

<form method="post" 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>