[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb - configure.zcml:1.4
Stephan Richter
srichter@cosmos.phy.tufts.edu
Wed, 11 Jun 2003 06:24:23 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/rdb
In directory cvs.zope.org:/tmp/cvs-serv27954/zope/app/browser/rdb
Modified Files:
configure.zcml
Log Message:
HAving a title for the Gadfly DA menu entries is actually nice.
=== Zope3/src/zope/app/browser/rdb/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/rdb/configure.zcml:1.3 Mon Apr 28 17:35:29 2003
+++ Zope3/src/zope/app/browser/rdb/configure.zcml Wed Jun 11 06:24:23 2003
@@ -1,9 +1,7 @@
<zopeConfigure xmlns='http://namespaces.zope.org/browser'>
-
<!-- ZopeDatabaseAdapter default views -->
-
<!-- XXX need an index.html that gives the source and is the def view -->
<defaultView for="zope.app.interfaces.rdb.IZopeDatabaseAdapter"
name="editForm.html" />
@@ -12,7 +10,7 @@
for="zope.app.interfaces.rdb.IZopeDatabaseAdapter">
<menuItem title="Edit" action="editForm.html"/>
<menuItem title="Test" action="testForm.html"/>
- </menuItems>
+ </menuItems>
<pages
for="zope.app.interfaces.rdb.IZopeDatabaseAdapter"
@@ -25,7 +23,7 @@
<page name="connect.html" attribute="connect" />
<page name="disconnect.html" attribute="disconnect" />
- </pages>
+ </pages>
<pages
for="zope.app.interfaces.rdb.IZopeDatabaseAdapter"
@@ -35,8 +33,7 @@
<page name="testForm.html" template="rdbtestsql.pt" />
<page name="test.html" template="rdbtestresults.pt" />
- </pages>
-
+ </pages>
<!-- Gadfly DA -->
@@ -55,7 +52,8 @@
<menuItem
menu="add_component"
for="zope.app.interfaces.container.IAdding"
- title="Gadfly Database Adapter"
+ title="Gadfly DA"
+ description="A DA for the built-in 100% Pure Python Gadfly Database"
action="zope.app.rdb.gadflyda.GadflyAdapter"
/>
@@ -63,7 +61,8 @@
<menuItem
menu="add_connection"
for="zope.app.interfaces.container.IAdding"
- title="Gadfly Database Adapter"
+ title="Gadfly DA"
+ description="A DA for the built-in 100% Pure Python Gadfly Database"
action="zope.app.rdb.gadflyda.GadflyAdapter"
/>