[Zope3-checkins] CVS: Zope3/src/zope/app/site/browser -
configure.zcml:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 21 19:52:23 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/site/browser
In directory cvs.zope.org:/tmp/cvs-serv1327/src/zope/app/site/browser
Modified Files:
configure.zcml
Log Message:
=== Zope3/src/zope/app/site/browser/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/site/browser/configure.zcml:1.4 Sun Mar 21 12:09:40 2004
+++ Zope3/src/zope/app/site/browser/configure.zcml Sun Mar 21 19:52:22 2004
@@ -2,20 +2,6 @@
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser">
- <!-- Preliminary tool setup -->
-
- <tool
- interface="zope.app.schema.interfaces.ISchemaUtility"
- title="Persistent, Local Schemas"
- description="These are schemas that live in the ZODB and are modifiable."
- />
-
- <tool
- interface="zope.app.cache.interfaces.ICache"
- title="Caches"
- description="Caches can be used to make your site run faster."
- />
-
<!-- SiteManagementFolder -->
<addMenuItem
@@ -244,6 +230,11 @@
<!-- Tools Views -->
+ <servicetool
+ title="Service Tools"
+ description="Service tool management."
+ />
+
<page
name="tools.html"
for="zope.app.site.interfaces.ISiteManager"
@@ -256,6 +247,15 @@
<page
name="tools.html"
for="zope.app.utility.interfaces.ILocalUtility"
+ permission="zope.ManageContent"
+ class=".tools.ToolsBacklink"
+ attribute="getLink"
+ menu="zmi_actions" title="Tools"
+ />
+
+ <page
+ name="tools.html"
+ for="zope.app.site.interfaces.ILocalService"
permission="zope.ManageContent"
class=".tools.ToolsBacklink"
attribute="getLink"
More information about the Zope3-Checkins
mailing list