[Zope-CMF] Question about portal_actions (plone)
vlado
vlado@vintech.bg
19 Dec 2002 17:40:46 +0200
There is something wrong in selectedTabs.py, find that:
tabs['portal']=contentpath[0]
and change it to:
tabs['portal']=contentpath[-1]
and the problem will disapear.
On Thu, 2002-12-19 at 03:11, Juan Pablo Romero wrote:
> Hi!
>
> I've added a new action to portal_actions:
>
> -----------------------------
> Name: reuniones
> id: reuniones
> Action: string: $portal_url/datos/reuniones
> Permission: View
> Category: portal_tabs
> -----------------------------
>
>
> I also created folders "datos", "datos/reuniones". I just want the contents
> of "datos/reuniones" display when the user select the corresponding tab.
>
> Everything is fine except the tab "reuniones" doesn't get the "selected"
> class (just "plain").
>
> What's wrong here?
>
> Thanks in advance.
>
>
> Juan Pablo
>
> PS: Is plone-users@lists.sourceforge.net having problems? I sent this message
> to that list about two hours ago and it still doesn't show up.
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests
--
Vladimir Iliev