[Zope-CMF] how do I change what appears in the personalBar in Plone?
Jet Wilda
jet.wilda at kobie.com
Wed Aug 20 18:15:02 EDT 2003
Hi,
I'm looking at the code(in header) for the personalBar and found
the section that displays the options/links('My Folder' 'My
Preferences' 'Undo' 'Plone Setup' 'Log out'):
<metal:block tal:repeat="action python:display_actions">
<a href=""
tal:attributes="href action/url">
<img tal:replace="structure here/linkOpaque.gif" />
<span tal:omit-tag="" i18n:translate=""><span
tal:replace="action/name">dummy</span></span>
</a>
</metal:block>
My question is how do I change to say only display "My Preferences"?
Thanks
Jet Wilda
More information about the Zope-CMF
mailing list