[Zope3-checkins] CVS: Zope3/src/zope/products/statictree/skins - navigation_macros.pt:1.2

Philipp von Weitershausen philikon at philikon.de
Fri Jan 16 09:15:51 EST 2004


Update of /cvs-repository/Zope3/src/zope/products/statictree/skins
In directory cvs.zope.org:/tmp/cvs-serv3071

Modified Files:
	navigation_macros.pt 
Log Message:
Link to @@SelectedManagementView.html.


=== Zope3/src/zope/products/statictree/skins/navigation_macros.pt 1.1 => 1.2 ===
--- Zope3/src/zope/products/statictree/skins/navigation_macros.pt:1.1	Fri Jan 16 07:39:03 2004
+++ Zope3/src/zope/products/statictree/skins/navigation_macros.pt	Fri Jan 16 09:15:50 2004
@@ -31,7 +31,7 @@
   <td class="list-item"
       tal:attributes="colspan python:maxdepth+2">
     <a href=""
-       tal:attributes="href root/context/@@absolute_url"
+       tal:attributes="href string:${root/context/@@absolute_url}/@@SelectedManagementView.html"
        tal:content="root/getId() | string:[top]"></a>
   </td>
 </tr>
@@ -62,7 +62,7 @@
   <td colspan="1" class="list-item"
       tal:attributes="colspan python:maxdepth - dict['depth'] + 1">
     <a href=""
-       tal:attributes="href node/context/@@absolute_url"
+       tal:attributes="href string:${node/context/@@absolute_url}/@@SelectedManagementView.html"
        tal:content="node/context/__name__">
       node/id
     </a>




More information about the Zope3-Checkins mailing list