Diff for /OSA_system2/zpt/changeHandlerObjectForm.zpt between versions 1.1 and 1.2

version 1.1, 2004/12/23 16:02:46 version 1.2, 2005/03/07 19:33:42
Line 27 Line 27
         <input name="ignorePath" tal:attributes="value python:getattr(here,'ignorePath','')" size="80">          <input name="ignorePath" tal:attributes="value python:getattr(here,'ignorePath','')" size="80">
       </td>        </td>
     </tr>      </tr>
       <tr>
         <td>
           <i>Open in new window:</i>
         </td>
         <td>
               <input name="newTarget" value="yes" type="checkbox">yes
               <input name="newTarget" value="no" type="checkbox">no
         </td>
       </tr>
       </table>        </table>
       <tal:block tal:repeat="type here/OSASObjectTypes">        <tal:block tal:repeat="type here/OSASObjectTypes">
     <input tal:condition="python:type in here.objectTypes" type="checkbox" name="objectTypes" tal:attributes="value type" checked>      <input tal:condition="python:type in here.objectTypes" type="checkbox" name="objectTypes" tal:attributes="value type" checked>

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


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