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

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


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

Modified Files:
	configure.zcml 
Log Message:
Added optional attributes to the form:subedit directive.
These are 'fulledit' which gives the path appended to
context/@@absolute_url where a full edit form can be found, and 
'fulledit_label' which is the label for this link. The default is
'Full edit'.


=== Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml 1.8 => 1.9 ===
--- Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml:1.8	Fri Dec 20 18:13:00 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/Browser/configure.zcml	Sun Dec 22 16:08:33 2002
@@ -108,6 +108,7 @@
     label="Adapter"
     permission="Zope.ManageServices"
     fields="forInterface providedInterface factoryName title status"
+    fulledit="."
     />
 
 <view