Diff for /basket/zpt/BasketMain_template_standard.zpt between versions 1.6 and 1.7

version 1.6, 2006/04/05 17:09:14 version 1.7, 2006/04/06 07:50:28
Line 40  td.vario { background-color:#AC1D15 } Line 40  td.vario { background-color:#AC1D15 }
     <tal:x tal:repeat="item here/getBasketObjects">      <tal:x tal:repeat="item here/getBasketObjects">
         <div tal:condition="item/content_html" tal:content="structure item/content_html"          <div tal:condition="item/content_html" tal:content="structure item/content_html"
             class="setItem"/>              class="setItem"/>
         <div tal:condition="item/comment"  tal:content="structure item/comment"          <div tal:condition="item/comment"  tal:content="structure python: here.formatAscii(here.vlp.link2html(item.comment))"
             class="setItemComment"/>              class="setItemComment"/>
         <div class="seperator"> </div>          <div class="seperator"> </div>
    </tal:x>     </tal:x>

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>