Diff for /ECHO_content/zpt/ChangeECHO_externalLink.zpt between versions 1.9 and 1.10

version 1.9, 2005/01/18 16:24:44 version 1.10, 2005/02/24 22:59:21
Line 19 Line 19
           
     <div tal:condition="python:item.getId() in here.getCredits()">      <div tal:condition="python:item.getId() in here.getCredits()">
               
       <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title" checked/>        <input type="checkbox" name="credits" tal:attributes="value item/id"  checked><tal:block tal:content="item/title"/>
     </div>      </div>
     <div tal:condition="not:python:item.getId() in here.getCredits()">      <div tal:condition="not:python:item.getId() in here.getCredits()">
         <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title"/>          <input type="checkbox" name="credits" tal:attributes="value item/id"><tal:block tal:content="item/title"/>
     </div>      </div>
   
       </div>        </div>

Removed from v.1.9  
changed lines
  Added in v.1.10


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