[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/site/browser/tool.pt Changed the link to go to a management view, which seems much more helpful.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun May 23 07:53:47 EDT 2004


Log message for revision 24893:

Changed the link to go to a management view, which seems much more helpful.




-=-
Modified: Zope3/trunk/src/zope/app/site/browser/tool.pt
===================================================================
--- Zope3/trunk/src/zope/app/site/browser/tool.pt	2004-05-23 05:55:43 UTC (rev 24892)
+++ Zope3/trunk/src/zope/app/site/browser/tool.pt	2004-05-23 11:53:45 UTC (rev 24893)
@@ -48,7 +48,8 @@
             </td>
             <td>
              <a href=""
-                tal:attributes= "href reg/url"
+                tal:attributes="
+                    href string:${reg/url}/@@SelectedManagementView.html"
                 tal:content="reg/name"
                 tal:condition="python: not reg['name'] in rename_list">
                Foobar (the tool)




More information about the Zope3-Checkins mailing list