[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services -
configure.zcml:1.75
Philipp von Weitershausen
cvs-admin at zope.org
Sun Dec 7 06:28:17 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv27492/services
Modified Files:
configure.zcml
Log Message:
Revert to the short menu notation. It seems this bug that was mentioned
in a comment does not exist anymore.
Adding the view to the 'zmi_views' menu also implies the 'objectview'
usage which is what we want this case anyway.
=== Zope3/src/zope/app/browser/services/configure.zcml 1.74 => 1.75 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.74 Fri Nov 21 12:11:11 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml Sun Dec 7 06:28:17 2003
@@ -15,20 +15,12 @@
permission="zope.Public"
class=".error.EditErrorLog">
- <page name="index.html" template="error.pt" />
- <!-- menu="zmi_views" title="Errors" /-->
+ <page name="index.html" template="error.pt"
+ menu="zmi_views" title="Errors" />
<page name="edit.html" attribute="updateProperties" />
<page name="showEntry.html" template="errorentry.pt"/>
<page name="showTextTBEntry.html" template="texttbentry.pt"/>
</pages>
-
- <!-- XXX: There seems to be a bug with menues. If I specify the menu entry
- via the page directive, it will not show the TAB!!! -->
- <menuItem
- menu="zmi_views"
- for="zope.app.interfaces.services.error.IErrorReportingService"
- action="@@index.html"
- title="Errors" />
<menuItem
menu="add_service"
More information about the Zope3-Checkins
mailing list