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

Philipp von Weitershausen philikon at philikon.de
Sun Feb 15 15:10:17 EST 2004


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

Modified Files:
	navigation_macros.pt 
Log Message:
* Get rid of empty.png. Browser should support fixed cell sizes
* Do not show 'L' and 'T' as alt of the images.
* Rearrange some comments


=== Zope3/src/zope/products/statictree/skins/navigation_macros.pt 1.3 => 1.4 ===
--- Zope3/src/zope/products/statictree/skins/navigation_macros.pt:1.3	Sun Feb 15 13:59:56 2004
+++ Zope3/src/zope/products/statictree/skins/navigation_macros.pt	Sun Feb 15 15:09:46 2004
@@ -41,8 +41,6 @@
 <tal:block tal:define="node nodeInfo/node">
 
   <td style="width:16px" tal:repeat="state nodeInfo/row-state">
-    <img tal:attributes="src context/++resource++tree_images/empty.png"
-         tal:condition="not:state" alt="" border="0" />
     <img tal:attributes="src context/++resource++tree_images/vline.png"
          tal:condition="state" alt="|" border="0" />
   </td>
@@ -66,9 +64,9 @@
     </a>
     <tal:block condition="not:node/hasChildren">
       <img tal:attributes="src context/++resource++tree_images/tline.png"
-           tal:condition="not:nodeInfo/last-level-node" alt="T" border="0" />
+           tal:condition="not:nodeInfo/last-level-node" alt="" border="0" />
       <img tal:attributes="src context/++resource++tree_images/lline.png"
-           tal:condition="nodeInfo/last-level-node" alt="L" border="0" />
+           tal:condition="nodeInfo/last-level-node" alt="" border="0" />
     </tal:block>
   </td>
 




More information about the Zope3-Checkins mailing list