[Zope3-checkins]
CVS: Zope3/src/zope/app/browser/services/registration
- configure.zcml:1.6
Jim Fulton
jim at zope.com
Tue Sep 2 17:46:25 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services/registration
In directory cvs.zope.org:/tmp/cvs-serv16819/src/zope/app/browser/services/registration
Modified Files:
configure.zcml
Log Message:
Moved the page for listing registrations of a registerable object to
this configuration file from the one above.
=== Zope3/src/zope/app/browser/services/registration/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/services/registration/configure.zcml:1.5 Mon Aug 25 15:28:40 2003
+++ Zope3/src/zope/app/browser/services/registration/configure.zcml Tue Sep 2 16:46:24 2003
@@ -87,4 +87,17 @@
template="../../exception/user.pt"
class="zope.app.browser.exception.user.UserErrorView" />
+
+<!-- Generic page for objects that keep track of their registrations -->
+
+ <page
+ for="zope.app.interfaces.services.registration.IRegisterable"
+ name="registrations.html"
+ template="registered.pt"
+ class=".NameRegistered"
+ permission="zope.ManageServices"
+ menu="zmi_views" title="Registrations"
+ />
+
+
</zope:configure>
More information about the Zope3-Checkins
mailing list