Diff for /cdli/zpt/BasketContainerMain.zpt between versions 1.2 and 1.3

version 1.2, 2006/02/15 21:57:39 version 1.3, 2006/03/19 03:27:21
Line 11 Line 11
                                                 
   <form id="addBasket" tal:condition="python:len(versions)>0"  action="basketContainer/manageBaskets">    <form id="addBasket" tal:condition="python:len(versions)>0"  action="basketContainer/manageBaskets">
   <p>    <p>
   <input type="submit" value="delete"> or <input type="submit" value="duplicate"> selected basket(s).    <input type="submit" name="submit" value="delete"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s).
   </p>    </p>
   <table  width="100%" border=0 cellspacing=1 cellpadding=2>    <table  width="100%" border=0 cellspacing=1 cellpadding=2>
     <tr>      <tr>
Line 54 Line 54
         </td>          </td>
         <td tal:condition="not:python:here.getActiveBasket() and (here.getActiveBasket().getId()==version[1].getId())">          <td tal:condition="not:python:here.getActiveBasket() and (here.getActiveBasket().getId()==version[1].getId())">
         <input type="radio" name="active=" tal:attributes="value python:version[1].getId();          <input type="radio" name="active=" tal:attributes="value python:version[1].getId();
                                                         onchange python:'location.href=\'setActiveBasket?basketId='+version[1].getId()+'\''">                                                          onchange python:'location.href=\'setActiveBasket?basketId='+version[1].getId()+'&'+here.REQUEST['QUERY_STRING']+'\''">
         </td>            </td>  
     <td><input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids"></td>      <td><input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids"></td>
     <td>      <td>

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


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