[Checkins] SVN: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/browser/dochome.pt Remove Topic item counts

Kevin Teague kevin at bud.ca
Sat Jan 19 21:55:44 EST 2008


Log message for revision 82968:
  Remove Topic item counts

Changed:
  U   gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/browser/dochome.pt

-=-
Modified: gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/browser/dochome.pt
===================================================================
--- gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/browser/dochome.pt	2008-01-20 01:45:33 UTC (rev 82967)
+++ gzo.plonesmashtheme/trunk/gzo/plonesmashtheme/browser/dochome.pt	2008-01-20 02:55:43 UTC (rev 82968)
@@ -76,9 +76,8 @@
     
     <dl class="topicList"
         tal:repeat="section view/getSectionMap">
-      <dt><a href="[section-url]" tal:attributes="href section/url">
-            <span tal:content="section/title" />
-            (<span tal:content="section/count" />)</a></dt>
+      <dt><a href="[section-url]" tal:attributes="href section/url"
+             tal:content="section/title" /></dt>
       <dd tal:repeat="item section/subtopics" class="discreet">
           <a href="[item url]" 
               tal:attributes="href item/url;" 



More information about the Checkins mailing list