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

version 1.20, 2005/12/13 12:45:22 version 1.21, 2007/01/23 16:50:11
Line 24 Line 24
         <input type="radio" name="location"  value="top" checked>top<input type="radio" name="location"  value="bottom">bottom          <input type="radio" name="location"  value="top" checked>top<input type="radio" name="location"  value="bottom">bottom
           </tal:block>            </tal:block>
       </td></tr>             </td></tr>     
         <tr><td><i>Collection can be browsed and is searchable:</i></td>
       <td><select name="isVisible:boolean">
           <option tal:condition="python:here.getAttributeIsVisible()" value="True" selected>True</option>
           <option tal:condition="not:python:here.getAttributeIsVisible()" value="True">True</option>
           <option tal:condition="not:python:here.getAttributeIsVisible()" value="False" selected>False</option>
           <option tal:condition="python:here.getAttributeIsVisible()" value="False">False</option>
           </select>
       </td>
         </tr>
 </table>  </table>
   
 <h3> Partners:</h3>  <h3> Partners:</h3>

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


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