[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Forms/Browser - meta.zcml:1.4

Steve Alexander steve@cat-box.net
Sun, 22 Dec 2002 16:10:43 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Forms/Browser
In directory cvs.zope.org:/tmp/cvs-serv6169/lib/python/Zope/App/Forms/Browser

Modified Files:
	meta.zcml 
Log Message:
added fulledit and fulledit_label to meta directive for subedit.


=== Zope3/lib/python/Zope/App/Forms/Browser/meta.zcml 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/Forms/Browser/meta.zcml:1.3	Thu Dec 19 15:15:30 2002
+++ Zope3/lib/python/Zope/App/Forms/Browser/meta.zcml	Sun Dec 22 16:10:43 2002
@@ -10,7 +10,8 @@
 
     <directive
        name="subedit" 
-       attributes="name schema label for layer permission class template"
+       attributes="name schema label for layer permission class template
+                   fulledit fulledit_label"
        handler=".EditView.subedit"
        />