Diff for /versionedFile/zpt/versionHistory.zpt between versions 1.3 and 1.4

version 1.3, 2004/07/08 15:55:27 version 1.4, 2004/07/27 07:56:21
Line 36 Line 36
     <td tal:content="python:version[1].bobobase_modification_time()"/>      <td tal:content="python:version[1].bobobase_modification_time()"/>
     <td tal:content="python:version[1].lastEditor()"/>      <td tal:content="python:version[1].lastEditor()"/>
     <td tal:content="python:version[1].versionComment"/>      <td tal:content="python:version[1].versionComment"/>
     <td><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[1].getId()+'/download'">download</a></td>      <td><a tal:attributes="href python:version[1].absolute_url()">download</a></td>
     <td tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[1].getId()+'/downloadLocked'">download and lock</a></td>      <td tal:condition="python:here.lockedBy==''"><a tal:attributes="href python:here.REQUEST['URL1']+'/'+version[1].getId()+'/downloadLocked'">download and lock</a></td>
     <td tal:condition="not:python:here.lockedBy==''"><a>locked</a></td>      <td tal:condition="not:python:here.lockedBy==''"><a>locked</a></td>
           

Removed from v.1.3  
changed lines
  Added in v.1.4


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