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

version 1.1, 2004/08/20 18:00:57 version 1.2, 2004/09/01 14:32:32
Line 36 Line 36
     <textarea name="description" cols="80" rows="10" tal:content="python:getattr(here,'description','')"/>      <textarea name="description" cols="80" rows="10" tal:content="python:getattr(here,'description','')"/>
     </td>      </td>
 </tr>  </tr>
        
         <tr><td><i>Clickable also if selected:<i></td><td> 
           <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>
 <p><input type="submit" Value="Change">  <p><input type="submit" Value="Change">
 </form>  </form>

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


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