[Zope3-checkins] CVS: Zope3/src/zope/app/schema/browser - configure.zcml:1.8

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Mar 23 17:08:33 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/schema/browser
In directory cvs.zope.org:/tmp/cvs-serv22597/src/zope/app/schema/browser

Modified Files:
	configure.zcml 
Log Message:


Rip out usage everywhere.




=== Zope3/src/zope/app/schema/browser/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/schema/browser/configure.zcml:1.7	Sun Mar 21 19:52:15 2004
+++ Zope3/src/zope/app/schema/browser/configure.zcml	Tue Mar 23 17:08:02 2004
@@ -10,8 +10,7 @@
 
   <menu
       id="add_schema_field"
-      title="Menu of Fields to be added to a schema."
-      usage="addingdialog" />
+      title="Menu of Fields to be added to a schema." />
 
   <view
       name="+"
@@ -36,8 +35,7 @@
       content_factory="zope.app.schema.schema.SchemaRegistration"
       arguments="name interface componentPath"
       set_after_add="status"
-      fields="name interface componentPath permission status"
-      usage="addingdialog" />
+      fields="name interface componentPath permission status" />
 
   <addMenuItem
       title="Mutable Schema"




More information about the Zope3-Checkins mailing list