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

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:45 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:


Added tool directive for local Tools UI.




=== Zope3/src/zope/app/menu/browser/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/menu/browser/configure.zcml:1.3	Sat Mar 13 21:17:05 2004
+++ Zope3/src/zope/app/menu/browser/configure.zcml	Sun Mar 21 19:52:14 2004
@@ -2,6 +2,13 @@
    xmlns:zope="http://namespaces.zope.org/zope"
    xmlns="http://namespaces.zope.org/browser">
 
+  <tool
+      interface="zope.app.menu.interfaces.ILocalBrowserMenu"
+      title="Browser Menu"
+      description="Browser Menu tools are used to build menus for Web user 
+      interfaces."
+      />
+
 <!-- Browser Menu Service -->
 
    <addMenuItem




More information about the Zope3-Checkins mailing list