aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver/jumpbox.tpl
blob: eed9f9ddf61e3d95379b6a48695c5ab7bcc6c9c2 (plain)
1
2
3
4
5
6
7
8
9
10

<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>