[Zope3-checkins] CVS: Zope3/src/zope/app/browser/catalog -
configure.zcml:1.11
Godefroid Chapelle
cvs-admin at zope.org
Sun Dec 7 05:05:17 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/catalog
In directory cvs.zope.org:/tmp/cvs-serv5496/app/browser/catalog
Modified Files:
configure.zcml
Log Message:
merge gotcha-usage-branch
this finishes support for usage :
top-level variable in page templates
initialized from ZCML
main goal is to use a unique template per skin
now, I should walk all templates that relies on dialog_macros.pt
and convert them to template.pt
=== Zope3/src/zope/app/browser/catalog/configure.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/catalog/configure.zcml:1.10 Mon Aug 25 15:28:31 2003
+++ Zope3/src/zope/app/browser/catalog/configure.zcml Sun Dec 7 05:04:47 2003
@@ -44,7 +44,7 @@
</view>
<!-- the add menu is browser.IndexAdding -->
- <menu id="catalog_index_menu" title="Add Index" />
+ <menu id="catalog_index_menu" title="Add Index" usage="addingdialog" />
<!-- Add a couple of items to the add menu -->
<!-- TextIndex -->
More information about the Zope3-Checkins
mailing list