[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index - configure.zcml:1.5
Guido van Rossum
guido@python.org
Thu, 20 Feb 2003 11:21:34 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/index
In directory cvs.zope.org:/tmp/cvs-serv23371
Modified Files:
configure.zcml
Log Message:
Make the control view show up in the zmi_views menu.
=== Zope3/src/zope/app/browser/index/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/index/configure.zcml:1.4 Tue Dec 31 16:53:27 2002
+++ Zope3/src/zope/app/browser/index/configure.zcml Thu Feb 20 11:21:32 2003
@@ -9,14 +9,12 @@
description="An event subscriber that registers content with the objecthub"
/>
- <defaultView
- for="zope.app.index.subscribers.ISubscriptionControl"
- name="control.html" />
-
<page
for="zope.app.index.subscribers.ISubscriptionControl"
permission="zope.ManageServices"
- name="control.html"
+ name="index.html"
+ menu="zmi_views"
+ title="Control"
template="subscription_control.pt"
/>