Diff for /ECHO_content/zpt/ChangeECHO_externalLink.zpt between versions 1.1 and 1.2

version 1.1, 2004/02/09 11:45:46 version 1.2, 2004/03/16 10:20:58
Line 21 Line 21
               
       <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>