Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: GM2 - User Mailbox option Bug!!

Quote Reply
Re: GM2 - User Mailbox option Bug!! In reply to
There is one missing <%endif%> and another in the wrong place in the simple template -> options_mailbox.htm.

You need to add an <%endif%> before the line:
<%if individual_pop_delete eq 'option'%>

You also need to move the <%endif%> that comes a few lines after:
<%if account_mode eq 'individual_pop'%>
Move that <%endif%> up 3 lines so that it comes just before the other </table> tag.

The html now works correctly for me, but not sure if that is technically correct for GM. Perhaps Alex can clarify.



Michael Coyne
seaturtle.org
Subject Author Views Date
Thread GM2 - User Mailbox option Bug!! ryel01 2113 Jun 8, 2001, 3:12 AM
Post Re: GM2 - User Mailbox option Bug!!
mcoyne 2036 Jun 8, 2001, 6:45 AM
Post Re: GM2 - User Mailbox option Bug!!
glenne1 2024 Jun 8, 2001, 5:37 PM