remove 'top-actions' CSS class - individual sub-macros should use their own class§

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3218 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-02-08 16:32:40 +00:00
parent 256597a928
commit 357ab008e5

View file

@ -10,7 +10,7 @@
tal:attributes="href string:${request/URL/1}"><img class="logo" tal:attributes="href string:${request/URL/1}"><img class="logo"
src="logo.gif" border="0" alt="Home" src="logo.gif" border="0" alt="Home"
tal:attributes="src string:${resourceBase}logo.gif" /></a> tal:attributes="src string:${resourceBase}logo.gif" /></a>
<div class="top-actions" metal:define-slot="top-actions"> <div metal:define-slot="top-actions">
<tal:action repeat="macro controller/macros/top_actions"> <tal:action repeat="macro controller/macros/top_actions">
<metal:action use-macro="macro" /> <metal:action use-macro="macro" />
</tal:action> </tal:action>