Diff for /ECHO_content/zpt/ChangeECHO_Collection.zpt between versions 1.14 and 1.15

version 1.14, 2004/06/25 11:02:16 version 1.15, 2004/09/01 14:32:32
Line 25 Line 25
         <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>Clickable also if selected:<i> 
           <input tal:condition="python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  checked value="yes">
           <input tal:condition="not:python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable"  value="yes">
         </td></tr>
 </table>  </table>
   
     <h4>Coords</h4>                 <h4>Coords</h4>           

Removed from v.1.14  
changed lines
  Added in v.1.15


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