blob: 4b76d3aae3753bf37d78dd1fd138d0e4f7c599e4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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}: {S_JUMPBOX_LIST}
<input type="submit" value="{L_GO}" class="liteoption" />
</span></td>
</tr>
</table>
</form>
|