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

version 1.6, 2006/05/05 08:13:36 version 1.7, 2006/06/22 10:27:36
Line 70 Line 70
         <tal:x condition="python:actual[1]==-1">DEL</tal:x>   <a tal:content="python:version.getTitle()" tal:attributes="href python:here.getObjUrl(result)+          <tal:x condition="python:actual[1]==-1">DEL</tal:x>   <a tal:content="python:version.getTitle()" tal:attributes="href python:here.getObjUrl(result)+
            '/'+lastVersion.getId()+'/view'"/>             '/'+lastVersion.getId()+'/view'"/>
     </td>      </td>
     <td>      <td tal:condition="python:hasattr(lastVersion,'getDesignation')">
            <span tal:content="lastVersion/getDesignation"/>             <span tal:content="lastVersion/getDesignation"/>
      </td>       </td>
         <td tal:condition="not:python:hasattr(lastVersion,'getDesignation')">
              <span tal:content="python:'error'"/>
        </td>
     <td>      <td>
     <span tal:replace="lastVersion/getVersionNumber"/>      <span tal:replace="lastVersion/getVersionNumber"/>
     <font size="-1"><a tal:attributes="href python:here.getObjUrl(result)+'/history'">(history)</a></font>      <font size="-1"><a tal:attributes="href python:here.getObjUrl(result)+'/history'">(history)</a></font>

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


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