Diff for /cdli/zpt/uploadCheck.zpt between versions 1.6 and 1.8

version 1.6, 2006/10/04 07:18:23 version 1.8, 2007/02/05 15:23:46
Line 56 Line 56
     <td>Locked by:</td>      <td>Locked by:</td>
 </tr>  </tr>
 <tr tal:repeat="error python:options['lockerrors']">  <tr tal:repeat="error python:options['lockerrors']">
 <td tal:content="python:error.getId()"/>      <td tal:content="python:error[0]"/> 
 <td><span tal:replace="python:error.lockedBy"/>  <td><span tal:replace="python:error[1]"/>
 </td>  </td>
 </tr>  </tr>
 </table>  </table>
Line 90 Line 90
     <td>Changed lines (approx.)</td>      <td>Changed lines (approx.)</td>
 </tr>  </tr>
 <tr tal:repeat="change python:options['changed']">  <tr tal:repeat="change python:options['changed']">
 <td tal:content="python:change[0].getId()"/>      <td tal:content="python:change[0]"/>    
 <td><span tal:replace="python:change[1][0]"/>  <td><span tal:replace="python:change[1]"/>
 </td>  </td>
 </tr>  </tr>
 </table>      </table>    

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


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