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

Steve Alexander steve@cat-box.net
Tue, 12 Nov 2002 12:40:02 -0500


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

Modified Files:
	view_macros.pt 
Log Message:
Changed the code that renders "management tabs", so that there is a ' 
character between each tab. This stops me being fooled into thinking there
are separate "Role", "Permissions" and "Meta" "Data" pages.



=== Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt:1.3	Wed Oct 30 03:54:08 2002
+++ Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt	Tue Nov 12 12:40:01 2002
@@ -22,6 +22,7 @@
     <td tal:repeat="view views/standard_macros/getZMIViews">
     <a href="" tal:attributes="href view/action" tal:content="view/title">
 	label</a>
+    <tal:block condition="not: repeat/view/end">'</tal:block>
     </td>
    </tr></table>