Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

2.0.2 Simple Template Bug

Quote Reply
2.0.2 Simple Template Bug
Hi,

There's a form tag bug with the simple templates "addresses.htm" page when viewing it with Netscape on the mac which stops the page displaying the "View,Edit,Delete and Add New" controls for the address book.

To fix it just move the form tags to also enclose those control buttons...


<tr><form action="webmail.cgi" method="get" name="Address">
<td valign=top>
<%form_hidden%> <font color="black" face="Verdana, Arial, Helvetica, sans-serif" size="2">Email
Addresses:</font><font color="black" face="Tahoma,Arial,Helvetica" size="2">
<%address_select%></font>
</td><td><font color="black" face="Tahoma,Arial,Helvetica" size="2">
<p><input type="submit" value="View" name="do=addressbook-view_form">
<input type="submit" value="Edit" name="do=addressbook-edit_form">
<input type="submit" value="Delete" name="do=addressbook-delete">
<input type="submit" value="Add New" name="do=addressbook-add_form">
</p>
</font>
</td></form>
</tr>


Cheers,
Regan.