[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI - configure.zcml:1.10
Steve Alexander
steve@cat-box.net
Wed, 30 Oct 2002 03:54:38 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv27555/lib/python/Zope/App/ZMI
Modified Files:
configure.zcml
Log Message:
Removed references to ZMIViewUtility from page templates and zcml files.
The callables in ZMIViewUtility that were available from the ZMIUtility
view are now available from the standard_macros view.
=== Zope3/lib/python/Zope/App/ZMI/configure.zcml 1.9 => 1.10 ===
--- Zope3/lib/python/Zope/App/ZMI/configure.zcml:1.9 Mon Oct 28 06:21:13 2002
+++ Zope3/lib/python/Zope/App/ZMI/configure.zcml Wed Oct 30 03:54:08 2002
@@ -20,11 +20,6 @@
permission="Zope.View"
template="www/dialog_macros.pt" />
- <browser:view name="ZMIUtility"
- permission="Zope.View"
- allowed_interface=".ZMIViewUtility.IZMIViewUtility"
- factory=".ZMIViewUtility." />
-
<browser:resource name="zopetopBasic.css"
file="www/zopetopBasic.css"/>
<browser:resource name="zopetopWidgets.css"