[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - standard_macros.pt:1.1.2.2

Kapil k_vertigo@yahoo.com
Fri, 1 Feb 2002 12:43:20 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	standard_macros.pt 
Log Message:
added in management tab display. changed name of view utility method for clarity



=== Zope3/lib/python/Zope/App/ZMI/www/standard_macros.pt 1.1.2.1 => 1.1.2.2 ===
 </head>
 <body>
-  <h1> I am the ZMI</h1>
+
+  <table><tr>
+    <td tal:repeat="view views/ZMIUtility/getZMIViews">
+    <a href="" tal:attributes="href view/action" tal:content="view/label">
+	label</a>
+    </td>
+   </tr></table>
+
+  <h1> I am the ZMI2</h1>
   <div metal:define-slot="body">
      <p>Body here</p>
   </div>