mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 11:28:33 +01:00
11 lines
312 B
Smarty
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}: {S_JUMPBOX_LIST}
|
|
<input type="submit" value="{L_GO}" class="liteoption" />
|
|
</span></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|