[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/publisher/browser/
Added a note about "zmi_views" and fixed speling.
Shane Hathaway
shane at zope.com
Tue Nov 16 16:26:08 EST 2004
Log message for revision 28461:
Added a note about "zmi_views" and fixed speling.
Changed:
U Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
U Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/configure.zcml 2004-11-16 21:25:01 UTC (rev 28460)
+++ Zope3/trunk/src/zope/app/publisher/browser/configure.zcml 2004-11-16 21:26:07 UTC (rev 28461)
@@ -62,7 +62,7 @@
/>
<!-- Management view selector -->
-<!-- Get first accessable item from zmi_views menu -->
+<!-- Get first accessible item from zmi_views menu -->
<browser:page
for="*"
name="SelectedManagementView.html"
Modified: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py 2004-11-16 21:25:01 UTC (rev 28460)
+++ Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py 2004-11-16 21:26:07 UTC (rev 28461)
@@ -76,7 +76,8 @@
description=u"""
Many views are included in menus. It's convenient to name
the menu in the page directive, rather than having to give a
- separate menuItem directive.
+ separate menuItem directive. 'zmi_views' is the menu most often
+ used in the Zope management interface.
</description>
""",
required=False
More information about the Zope3-Checkins
mailing list