[Zope3-checkins] CVS: Zope3/src/zope/app/site/browser -
configure.zcml:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 21 12:09:41 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/site/browser
In directory cvs.zope.org:/tmp/cvs-serv18524/src/zope/app/site/browser
Modified Files:
configure.zcml
Log Message:
Added view for tools backlink.
=== Zope3/src/zope/app/site/browser/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/site/browser/configure.zcml:1.3 Sun Mar 21 11:02:31 2004
+++ Zope3/src/zope/app/site/browser/configure.zcml Sun Mar 21 12:09:40 2004
@@ -253,4 +253,13 @@
class=".tools.ToolsOverview"
/>
+ <page
+ name="tools.html"
+ for="zope.app.utility.interfaces.ILocalUtility"
+ permission="zope.ManageContent"
+ class=".tools.ToolsBacklink"
+ attribute="getLink"
+ menu="zmi_actions" title="Tools"
+ />
+
</zope:configure>
More information about the Zope3-Checkins
mailing list