[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser - browser.zcml:1.1.4.2.2.3
Jim Fulton
jim@zope.com
Mon, 3 Jun 2002 14:25:34 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser
Modified Files:
Tag: Zope3InWonderland-branch
browser.zcml
Log Message:
Changed list attribute syntax to be more XML standard.
In particular, list attributes now expect items to be separated by
whitespace, rather than commas.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Views/Browser/browser.zcml 1.1.4.2.2.2 => 1.1.4.2.2.3 ===
class="Zope.App.OFS.Services.ServiceManager.Views.Browser.Contents."
permission="Zope.ManageServices"
- names="index, listContentInfo, remove, removeObjects, confirmRemoved"/>
+ names="index listContentInfo remove removeObjects confirmRemoved"/>
<browser:defaultView
name="contents"
@@ -18,7 +18,7 @@
<security:protectClass
class="Zope.App.OFS.Services.ServiceManager.Views.Browser.Adder."
permission="Zope.ManageServices"
- names="index, confirmed, action, listAddableInfo"/>
+ names="index confirmed action listAddableInfo"/>
<browser:view
name="adder"
@@ -28,7 +28,7 @@
<security:protectClass
class="Zope.App.OFS.Services.ServiceManager.Views.Browser.Bindings."
permission="Zope.ManageServices"
- names="index, action, getServicesTable" />
+ names="index action getServicesTable" />
<browser:view
name="bindings"