[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/Views/Browser - configure.zcml:1.2
Stephan Richter
srichter@cbu.edu
Wed, 10 Jul 2002 23:07:40 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv25171/lib/python/Zope/App/OFS/Content/DTMLPage/Views/Browser
Modified Files:
configure.zcml
Log Message:
Added descriptions for all the content objects menu items.
=== Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/Views/Browser/configure.zcml 1.1 => 1.2 ===
<browser:icon name="zmi_icon" for=".DTMLPage.IDTMLPage." file="dtml.gif" />
<browser:menuItem menu="add_content"
- for="Zope.App.OFS.Container.IAdding."
- title="DTML Page" action="DTMLPage"/>
+ for="Zope.App.OFS.Container.IAdding."
+ title="DTML Page" action="DTMLPage"
+ description="An object for dynamic content based on Document Templates."
+ />
</zopeConfigure>