[Zope3-checkins] CVS: Zope3/src/zope/app/browser/index - configure.zcml:1.4

Jim Fulton jim@zope.com
Tue, 31 Dec 2002 16:53:58 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/index
In directory cvs.zope.org:/tmp/cvs-serv19891/index

Modified Files:
	configure.zcml 
Log Message:
Rehooked up text index views

=== Zope3/src/zope/app/browser/index/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/index/configure.zcml:1.3	Mon Dec 30 18:50:25 2002
+++ Zope3/src/zope/app/browser/index/configure.zcml	Tue Dec 31 16:53:27 2002
@@ -1,7 +1,7 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
+<zopeConfigure xmlns='http://namespaces.zope.org/browser'>
 
 
-  <browser:menuItem
+  <menuItem
     menu="add_component"
     for="zope.app.interfaces.container.IAdding"
     action="zope.app.index.subscribers.Registration"
@@ -9,11 +9,11 @@
     description="An event subscriber that registers content with the objecthub"
     />
 
-  <browser:defaultView
+  <defaultView
     for="zope.app.index.subscribers.ISubscriptionControl"
     name="control.html" />
 
-  <browser:page
+  <page
     for="zope.app.index.subscribers.ISubscriptionControl"
     permission="zope.ManageServices"
     name="control.html"