[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Formulator/Widgets/Browser - browser.zcml:1.1.4.3.2.2

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


Update of /cvs-repository/Zope3/lib/python/Zope/App/Formulator/Widgets/Browser
In directory cvs.zope.org:/tmp/cvs-serv14482/lib/python/Zope/App/Formulator/Widgets/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/Formulator/Widgets/Browser/browser.zcml 1.1.4.3.2.1 => 1.1.4.3.2.2 ===
   <security:protectClass class=".FileWidget."
            permission="Zope.ManageContent" 
-           names="render, getContext" />
+           names="render getContext" />
 
   <security:protectClass class=".TextAreaWidget."
            permission="Zope.ManageContent" 
-           names="render, getContext" />
+           names="render getContext" />
 
   <security:protectClass class=".TextWidget."
            permission="Zope.ManageContent" 
-           names="render, getContext" />
+           names="render getContext" />
 
 </zopeConfigure>