Diff for /ECHO_content/zpt/ChangeECHO_Collection.zpt between versions 1.21 and 1.22

version 1.21, 2007/01/23 16:50:11 version 1.22, 2007/01/23 18:22:29
Line 41 Line 41
           
     <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"  checked/><tal:block tal:content="item/title"/>        <input type="checkbox" name="credits" tal:attributes="value item/id"  checked/>
         <tal:block tal:content="python:here.decode(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:block tal:content="item/title"/>          <input type="checkbox" name="credits" tal:attributes="value item/id"/>
           <tal:block tal:content="python:here.decode(item.title)"/>
     </div>      </div>
   
       </div>        </div>

Removed from v.1.21  
changed lines
  Added in v.1.22


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