[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser - configure.zcml:1.6

Stephan Richter srichter@cbu.edu
Wed, 10 Jul 2002 23:07:11 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv25171/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser

Modified Files:
	configure.zcml 
Log Message:
Added descriptions for all the content objects menu items.


=== Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser/configure.zcml 1.5 => 1.6 ===
   <browser:icon name="zmi_icon" for=".ZPTPage.IZPTPage." file="zpt.gif" />
 
   <browser:menuItem menu="add_content"
-                    for="Zope.App.OFS.Container.IAdding."
-                    title="Zope Page Template Page" action="ZPTPage"/>
+      for="Zope.App.OFS.Container.IAdding."
+      title="Zope Page Template Page" action="ZPTPage"
+      description="An object for dynamic content based on Page Templates." />
 
 </zopeConfigure>