[Checkins] SVN: zope.kgs/trunk/src/zope/kgs/templates/master.pt Made the first level menu item a more meaningful link.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jan 27 09:10:13 EST 2009


Log message for revision 95200:
  Made the first level menu item a more meaningful link.
  

Changed:
  U   zope.kgs/trunk/src/zope/kgs/templates/master.pt

-=-
Modified: zope.kgs/trunk/src/zope/kgs/templates/master.pt
===================================================================
--- zope.kgs/trunk/src/zope/kgs/templates/master.pt	2009-01-27 14:09:50 UTC (rev 95199)
+++ zope.kgs/trunk/src/zope/kgs/templates/master.pt	2009-01-27 14:10:13 UTC (rev 95200)
@@ -52,7 +52,9 @@
         <ul class="level-one" metal:define-slot="left-nav">
 
           <li tal:repeat="version versions">
-            <a href="javascript:void(0);">Version <span tal:replace="version/name">1</span></a>
+            <a href="#"
+               tal:attributes="href string:${siteRoot}index.html">
+              Version <span tal:replace="version/name">1</span></a>
             <ul class="level-two" style="display: none;">
 
               <li tal:condition="version/announcement/url">



More information about the Checkins mailing list