[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL - xul.zcml:1.1.4.2.2.2

Jim Fulton jim@zope.com
Mon, 3 Jun 2002 14:25:31 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/OFS/Content/Folder/Views/XUL

Modified Files:
      Tag: Zope3InWonderland-branch
	xul.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/Content/Folder/Views/XUL/xul.zcml 1.1.4.2.2.1 => 1.1.4.2.2.2 ===
   <security:protectClass 
     class="Zope.App.OFS.Content.Folder.Views.XUL.Main."
-    permission="Zope.ManageContent" names="index, menu" />
+    permission="Zope.ManageContent" names="index menu" />
 
   <browser:view name="tree"
     for="Zope.App.OFS.IContainer.IReadContainer."
@@ -28,7 +28,7 @@
 
   <security:protectClass 
     class="Zope.App.OFS.Content.Folder.Views.XUL.SetLimit."
-    permission="Zope.ManageContent" names="index, action, action_js" />
+    permission="Zope.ManageContent" names="index action action_js" />
 
   <browser:view name="XULLimitFieldView"
     for="Zope.App.OFS.IContainerLimit."