[Zope3-checkins] CVS: Zope3/src/zope/app/browser - onlinehelp.zcml:1.2

Stephan Richter srichter@cbu.edu
Tue, 25 Mar 2003 13:32:18 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv24405/src/zope/app/browser

Modified Files:
	onlinehelp.zcml 
Log Message:
Jim helped Trevor and I figuring out that not every IWriteContainer wants
to support IAdding (the example being the LocalTranslationService). So we
removed the general declaration from IWriteContainer and made them explicit
on implementing objects.

Trevor and Stephan


=== Zope3/src/zope/app/browser/onlinehelp.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/onlinehelp.zcml:1.1	Fri Feb  7 10:48:36 2003
+++ Zope3/src/zope/app/browser/onlinehelp.zcml	Tue Mar 25 13:31:48 2003
@@ -12,6 +12,7 @@
 
   <page
       name="+"
+      menu="zmi_actions" title="Add"
       for="zope.app.interfaces.onlinehelp.IOnlineHelpTopic"
       permission="zope.View"
       template="onlinehelptopic.pt"