Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Adress-bug in final ?

Quote Reply
Adress-bug in final ?
Hi

After having added some info in adressbook, I canīt edit or view it.

The template seems to have id for it:
<SELECT style="" name=address_aid size="10">
<OPTION value="1">Are Haugsdal <are@a4.no></OPTION>

But when marking the above name, and click View or Edit, it says "No adressid spesified" or something like that. The adress is insertet info adressbook.

BTW: Looks great! Took some hours of template design and translation, but it looks pretty good!

Regards,
Are

Quote Reply
Re: Adress-bug in final ? In reply to
Hi,

I can't replicate this. Can you send me login info? We'll be updating the distrib shortly (next hour or so) so you may want to try with that copy.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Adress-bug in final ? In reply to
Hi

The update didnīt help. In the default template it works fine, just not in simple.

Regards,
Are

Quote Reply
Re: Adress-bug in final ? In reply to
The form tag is in the wrong place in the simple->addresses.htm template. It comes after the <%address_select%> tag in the install, but should come before it. So the select box is not being drawn or included in the form.

Try moving the following code in the simple template 'addresses.htm' which comes after the <%address_select%> tage:

<form action="webmail.cgi" method="get" name="Address">
<%form_hidden%>


Move it to just before the line:

<td valign=top><font color="black" face="Tahoma,Arial,Helvetica" size="2">Email Addresses:



That worked for me!

Michael Coyne
seaturtle.org
Quote Reply
Re: Adress-bug in final ? In reply to
Yes, of course. Why didnīt I see that :-)

That fixed the problem, thanks!

Regards,
Are