[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI/www - view_macros.pt:1.6
Guido van Rossum
guido@python.org
Thu, 12 Dec 2002 15:37:40 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/www
In directory cvs.zope.org:/tmp/cvs-serv2819
Modified Files:
view_macros.pt
Log Message:
Put the breadcrumbs at the top.
=== Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt:1.5 Thu Dec 5 08:10:46 2002
+++ Zope3/lib/python/Zope/App/ZMI/www/view_macros.pt Thu Dec 12 15:37:39 2002
@@ -18,14 +18,6 @@
</head>
<body>
- <table metal:define-macro="zmi_tabs"><tr>
- <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>
-
<span
metal:define-macro="breadcrumbs"
tal:repeat="breadcrumb context/@@absolute_url/breadcrumbs">
@@ -34,6 +26,14 @@
string:${breadcrumb/url}/@@SelectedManagementView.html"
tal:content="string: ${breadcrumb/name} / "
>name</a> </span>
+
+ <table metal:define-macro="zmi_tabs"><tr>
+ <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>
<div metal:define-slot="body">
<p>Body here</p>