remove condition from action macro, must be handled by Python code when setting up the actions
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3908 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
5b1ce772de
commit
b408da0731
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
$Id$-->
|
$Id$-->
|
||||||
|
|
||||||
|
|
||||||
<metal:action define-macro="action"
|
<metal:action define-macro="action">
|
||||||
tal:condition="action/condition">
|
|
||||||
<div class="action"
|
<div class="action"
|
||||||
tal:attributes="class action/cssClass;
|
tal:attributes="class action/cssClass;
|
||||||
id action/dialogName|nothing;
|
id action/dialogName|nothing;
|
||||||
|
|
Loading…
Add table
Reference in a new issue