[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - view_macros.pt:1.3

Steve Alexander steve@cat-box.net
Wed, 30 Oct 2002 03:54:09 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv27555/lib/python/Zope/App/ZMI/www

Modified Files:
	view_macros.pt 
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/www/view_macros.pt 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt:1.2	Wed Oct 23 11:01:06 2002
+++ Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt	Wed Oct 30 03:54:08 2002
@@ -19,7 +19,7 @@
 <body>
 
   <table metal:define-macro="zmi_tabs"><tr>
-    <td tal:repeat="view views/ZMIUtility/getZMIViews">
+    <td tal:repeat="view views/standard_macros/getZMIViews">
     <a href="" tal:attributes="href view/action" tal:content="view/title">
 	label</a>
     </td>