[Zope-Checkins] CVS: Zope3 - zope.zcml:1.1.2.24
Kapil
k_vertigo@yahoo.com
Sat, 9 Feb 2002 11:24:50 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv15327
Modified Files:
Tag: Zope-3x-branch
zope.zcml
Log Message:
added in filter attribute to zmi:tab view subdirective. a filter
is an optional TALES expression. see ZMIViewService for TALES
context.
=== Zope3/zope.zcml 1.1.2.23 => 1.1.2.24 ===
<directive name="tabs" attributes="for"
handler="Zope.App.ZMI.TabsDirective.">
- <subdirective name="tab" attributes="label, action" />
+ <subdirective name="tab" attributes="label, action, label" />
</directive>
<directive name="icon" attributes="for, file, package, alt"
handler="Zope.App.ZMI.IconDirective." />