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

Jim Fulton jim@zope.com
Tue, 18 Jun 2002 15:35:30 -0400


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

Modified Files:
	standard_macros.pt 
Log Message:
implemented
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ContentSensitiveBrowserMenuConfigurationDirectives



=== Zope3/lib/python/Zope/App/ZMI/www/standard_macros.pt 1.5 => 1.6 ===
   <table><tr>
     <td tal:repeat="view views/ZMIUtility/getZMIViews">
-    <a href="" tal:attributes="href view/action" tal:content="view/label">
+    <a href="" tal:attributes="href view/action" tal:content="view/title">
 	label</a>
     </td>
    </tr></table>