Re: my 4 messages
<VasudevaService-K9y3B4ipJAZZAIG4hdpdiNBPR1lH4CV8@public.gmane.org> (Tejaswi) Tue, 27 Apr 2004 09:45:52 -0400
| Newsgroups | gmane.org.misc.vasudeva-server.web |
|---|---|
| Message-ID | <[email protected]> |
Hi
Regarding the issue of the Global Links, the problem is fairly minor.
This is the gobal links macro:
<div class="menublock" metal:define-macro="global_links"
onmouseover="this.className='display'"
onmouseout="this.className='menublock'">
<a class="tl" href="">Global Links</a>
<div class="subs" tal:repeat="cntry
python:here.portal_url.getPortalObject().objectValues('Plone Folder')">
<a class="s1" tal:attributes="href python:cntry.absolute_url()"
tal:content="python:cntry.getProperty('title','unk')">NA</a>
</div>
</div>
The repeat needs to be on the <a> tag and not on the <div>.
Thanks
Tejaswi
--------------------------------------------------------------------------
This message is sent to you because you are subscribed to the mailing list <VasudevaService-K9y3B4ipJAZZAIG4hdpdiNBPR1lH4CV8@public.gmane.org>.