fix for stupid netscap 4.x, need out-of-order form-tags

<form>
<td>{button}</form></td>
<td><form>{cancel_button}</form></td>
forms in forms do not work
This commit is contained in:
Ralf Becker 2001-10-05 08:11:05 +00:00
parent f162a41fbb
commit edbf81b9b7
2 changed files with 2 additions and 4 deletions

View File

@ -40,10 +40,9 @@
<p>
<table width="75%" border="0" cellspacing="0" cellpadding="0">
<tr valign="bottom">
<td>{submit_button}</td>
<td>{submit_button}</form></td>
<td>{cancel_button}</td>
</tr>
</table>
</form>
</center>
</html>

View File

@ -31,9 +31,8 @@
</td>
</tr>
<tr>
<td height=50 valign=bottom align=center>{yes_button}</td>
<td height=50 valign=bottom align=center>{yes_button}</form></td>
<td valign=bottom align=center>{no_button}</td>
</tr>
</table>
</form>
</center>