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

View file

@ -24,9 +24,14 @@
<td> <td>
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
<tr> <tr>
<td align="right" style="{font-size: 8pt; height: 55px;}"> <td align="right" style="{font-size: 8pt; height: 55px;}"><table cellspacing="0" cellpadding="0" border="0">
{JUMPBOX} <tr><form method="POST" action="{JUMPBOX_ACTION}">
</td> <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> </tr>
</table> </table>
</td> </td>