Diff for /ECHO_content/Attic/ChangeECHO_Collection.zpt between versions 1.1 and 1.2

version 1.1, 2003/11/25 11:19:47 version 1.2, 2004/01/27 13:33:27
Line 36 Line 36
               
       <div tal:repeat="item here/partners/getPartners">        <div tal:repeat="item here/partners/getPartners">
           
     <div tal:condition="python:item.getId() in here.credits">      <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" tal:content="item/title" checked/>
     </div>      </div>
     <div tal:condition="not:python:item.getId() in here.credits">      <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:content="item/title"/>
     </div>      </div>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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