Diff for /ECHO_content/zpt/ChangeECHO_Collection.zpt between versions 1.17 and 1.18

version 1.17, 2005/01/18 16:24:44 version 1.18, 2005/03/10 15:46:59
Line 37 Line 37
           
     <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.17  
changed lines
  Added in v.1.18


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