removed surrounding table

This commit is contained in:
Robert Gaggl 2004-01-04 15:35:19 +00:00
parent 80ea176b8b
commit 61a238cca3

View file

@ -1,11 +1,5 @@
<form method="post" action="<% response.action %>"> <form method="post" action="<% response.action %>">
<table border="0" cellspacing="1" cellpadding="0"> <% param.result prefix="<br />" %>
<tr> <br />
<td colspan="2">&nbsp;</td> <% input type="submit" name="add" value="Add to members" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %>
</tr>
<% param.result %>
<tr>
<td colspan="2" nowrap="nowrap"><br /><% input type="submit" name="add" value="Add to members" %>&nbsp;<% input type="submit" name="cancel" value="Cancel" %></td>
</tr>
</table>
</form> </form>