[Checkins] SVN: zope.release/branches/3.4/templates/master.pt Make sure that the released files are also listed in the menu.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Jan 28 22:11:46 EST 2009


Log message for revision 95363:
  Make sure that the released files are also listed in the menu.
  

Changed:
  U   zope.release/branches/3.4/templates/master.pt

-=-
Modified: zope.release/branches/3.4/templates/master.pt
===================================================================
--- zope.release/branches/3.4/templates/master.pt	2009-01-29 03:10:40 UTC (rev 95362)
+++ zope.release/branches/3.4/templates/master.pt	2009-01-29 03:11:46 UTC (rev 95363)
@@ -84,6 +84,11 @@
                     <a href="#"
                        tal:attributes="href string:${siteRoot}${version/changelog/url}">Changelog</a>
                   </li>
+                  <li tal:repeat="file version/files">
+                    <a href="#"
+                       tal:attributes="href string:${siteRoot}${file/url}"
+                       tal:content="file/name">kgs-1.0.0.tgz</a>
+                  </li>
                   <li tal:repeat="feature version/features">
                     <a href="#"
                        tal:attributes="href string:${siteRoot}${feature/url}"



More information about the Checkins mailing list