removed surrounding table
This commit is contained in:
parent
80ea176b8b
commit
61a238cca3
1 changed files with 3 additions and 9 deletions
|
@ -1,11 +1,5 @@
|
|||
<form method="post" action="<% response.action %>">
|
||||
<table border="0" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<% param.result %>
|
||||
<tr>
|
||||
<td colspan="2" nowrap="nowrap"><br /><% input type="submit" name="add" value="Add to members" %> <% input type="submit" name="cancel" value="Cancel" %></td>
|
||||
</tr>
|
||||
</table>
|
||||
<% param.result prefix="<br />" %>
|
||||
<br />
|
||||
<% input type="submit" name="add" value="Add to members" %> <% input type="submit" name="cancel" value="Cancel" %>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue