Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

template customization help...

Quote Reply
template customization help...
Hi,

In order to get full screen width, i moved the folder list to the msgs_body.htm moving the folders list to msgs_body.htm and eliminating the folder list on the left.

Everything works fine except for the image. It always shows all the images as grn_folder_closed.gif irrespective of which message is being viewed. How to get the Folder Open image to be displayed so that while reading a message the user knows which folder is the message in.

The section which was added to the template (and the default left side 180px width freed up) is:

Code:
<%loop folders_list%>
<%if folders_fid == $fid%><img src="<%url_images%>/templates/<%t%>/grn_folder_open.gif" border="0" height="13" width="16" alt=""><b><%else%><img src="<%url_images%>/templates/<%t%>/grn_folder_closed.gif" border="0" height="13" width="16" alt=""><%endif%> <a href="webmail.cgi?<%url_hidden%>;msgtrack_fid=<%folders_fid%>;page=msgs_list.htm"><%folders_name%></b></a> <span class="normal">(<%if folders_unread > 0%><b><%folders_unread%></b><%else%><%folders_unread%><%endif%> / <%folders_total%>)</span><br>
<%endloop%>

Thnx in advance... image of relevant portion attached....

Anup

Last edited by:

anup123: Aug 20, 2003, 7:58 PM
Subject Author Views Date
Thread template customization help... anup123 2312 Aug 20, 2003, 7:46 PM
Thread Re: [anup123] template customization help...
brewt 2254 Aug 20, 2003, 8:58 PM
Post Re: [brewt] template customization help...
anup123 2252 Aug 20, 2003, 9:19 PM