Diff for /basket/zpt/BasketExternalLink_template_standard.zpt between versions 1.4 and 1.5

version 1.4, 2007/08/14 18:28:17 version 1.5, 2007/08/15 15:49:03
Line 5 Line 5
     </tal:block>      </tal:block>
     <a tal:condition="here/linkText"       <a tal:condition="here/linkText" 
         tal:content="structure python:           tal:content="structure python: 
             type + 'Link: <a href=' + here.link + '>' + here.linkText + '</a>'"/>              type + 'Link: <a href=' + here.link + '>' + here.getLinkText() + '</a>'"/>
     <a tal:condition="not: here/linkText"       <a tal:condition="not: here/linkText" 
         tal:content="structure python:           tal:content="structure python: 
             type + 'Link: <a href=' + here.link + '>' + here.link + '</a>'"/>              type + 'Link: <a href=' + here.link + '>' + here.link + '</a>'"/>

Removed from v.1.4  
changed lines
  Added in v.1.5


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