1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 16:51:56 +02:00

Update related to jumpbox creation

git-svn-id: file:///svn/phpbb/trunk@48 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-02-24 22:03:43 +00:00
parent 28196e4f61
commit cc74b3559d

@ -24,9 +24,14 @@
<td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr>
<td align="right" style="{font-size: 8pt; height: 55px;}">
{JUMPBOX}
</td>
<td align="right" style="{font-size: 8pt; height: 55px;}"><table cellspacing="0" cellpadding="0" border="0">
<tr><form method="POST" action="{JUMPBOX_ACTION}">
<td><select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>
{JUMPBOX_LIST}
</select>
<input type="submit" value="Go"></td>
</form></tr>
</table></td>
</tr>
</table>
</td>