Diff for /cdli/zpt/CDLIFileFolderMain.zpt between versions 1.9 and 1.9.2.1

version 1.9, 2006/08/24 09:28:29 version 1.9.2.1, 2007/10/06 13:44:46
Line 126  selectButton=document.getElementById('se Line 126  selectButton=document.getElementById('se
        </th>         </th>
     </tr>      </tr>
     <span tal:omit-tag="" tal:define="sortField python:here.REQUEST.get('sortField','title')" tal:repeat="version versions">      <span tal:omit-tag="" tal:define="sortField python:here.REQUEST.get('sortField','title')" tal:repeat="version versions">
       <tr tal:define="lastVersion python:version[1].getLastVersion()">        <tr tal:define="lastVersion python:version[1].getContentObject()">
     <td><nobr><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'"/></nobr></td>      <td><nobr><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'"/></nobr></td>
     <td>      <td>
            <span tal:content="lastVersion/getDesignation|python:'ERROR'"/>             <span tal:content="lastVersion/getDesignation|python:'ERROR'"/>

Removed from v.1.9  
changed lines
  Added in v.1.9.2.1


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