[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/Browser - configure.zcml:1.3

Jim Fulton jim@zope.com
Mon, 9 Dec 2002 11:09:21 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/Browser
In directory cvs.zope.org:/tmp/cvs-serv31486/lib/python/Zope/App/OFS/Services/Browser

Modified Files:
	configure.zcml 
Log Message:
Renamed widgets (changed the view name) from 'widget' to 'edit'.


=== Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml:1.2	Sat Nov 30 13:35:55 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml	Mon Dec  9 11:09:19 2002
@@ -6,7 +6,7 @@
 
 <view
     for=".ConfigurationInterfaces.IConfigurationStatus"
-    name="widget"
+    name="edit"
     factory=".Browser.ConfigurationStatusWidget."
     allowed_interface="Zope.App.Forms.Views.Browser.IBrowserWidget."
     permission="Zope.ManageServices"