Diff for /cdli/zpt/BasketContainerMain.zpt between versions 1.6 and 1.7

version 1.6, 2007/03/22 19:56:22 version 1.7, 2007/03/23 13:58:11
Line 14 Line 14
   <input type="submit" name="submit" value="delete" class="button"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s).    <input type="submit" name="submit" value="delete" class="button"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s).
   </p>    </p>
   <p>    <p>
   <input type="submit" name="submit" value="join" class="button"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s).    <input type="submit" name="submit" value="join" class="button"> <!--or <input type="submit" name="submit" value="duplicate">--> selected basket(s) into basket
     to basket <input type="text" name="joinBasket">.
   </p>    </p>
    <p>     <p>
   <input type="submit" name="submit" value="subtract" class="button">     <input type="submit" name="submit" value="subtract" class="button"> 
Line 25 Line 26
     <select name="basket1">      <select name="basket1">
         <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:version[1].title"/>          <option tal:repeat="version versions" tal:attributes="value python:version[0]" tal:content="python:version[1].title"/>
     </select>      </select>
       and store in <input type="text" name="subtractBasket"> 
   </p>    </p>
   <table  width="100%" border=0 cellspacing=1 cellpadding=2 class="filelist">    <table  width="100%" border=0 cellspacing=1 cellpadding=2 class="filelist">
     <tr>      <tr>

Removed from v.1.6  
changed lines
  Added in v.1.7


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