[Zope3-checkins] CVS: Zope3/src/zope/app/services - utility.txt:1.8

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 13:27:42 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/services
In directory cvs.zope.org:/tmp/cvs-serv3089/services

Modified Files:
	utility.txt 
Log Message:
Moved browser interfaces to zope.app.browser. The form interfaces might
not stick around very long though. We'll see after Garret merges his
branch.


=== Zope3/src/zope/app/services/utility.txt 1.7 => 1.8 ===
--- Zope3/src/zope/app/services/utility.txt:1.7	Mon Feb  9 00:35:22 2004
+++ Zope3/src/zope/app/services/utility.txt	Tue Mar  2 13:27:41 2004
@@ -273,7 +273,7 @@
 The <addform> directive uses the AddRegistration class as a mix-in
 class.  It may override various methods to customize the add form; the
 set of methods that can be customized is described by the
-``zope.app.interfaces.browser.form.IAddFormCustomization`` interface.
+``zope.app.browser.interfaces.form.IAddFormCustomization`` interface.
 In this particular case, we must override ``add`` and ``nextURL``
 because their default implementations only work when the add form is a
 view on an `IAdding` view.  That is the normal way to use add forms, but




More information about the Zope3-Checkins mailing list