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

version 1.6, 2006/03/19 03:27:21 version 1.7, 2006/05/04 14:40:09
Line 124  selectButton=document.getElementById('se Line 124  selectButton=document.getElementById('se
       <tr tal:define="lastVersion python:version[1].getLastVersion()">        <tr tal:define="lastVersion python:version[1].getLastVersion()">
     <td><input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids"><a tal:content="python:version[1].title" tal:attributes="href python:lastVersion.absolute_url()+'/view'"/></td>      <td><input type="checkbox" tal:attributes="value python:version[1].getId()" name="ids"><a tal:content="python:version[1].title" tal:attributes="href python:lastVersion.absolute_url()+'/view'"/></td>
     <td>      <td>
            <span tal:content="lastVersion/getDesignation"/>             <span tal:content="lastVersion/getDesignation|python:'ERROR'"/>
     </td>      </td>
     <td>      <td>
     <span tal:replace="lastVersion/versionNumber"/>      <span tal:replace="lastVersion/versionNumber"/>

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


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