Diff for /versionedFile/zpt/versionHistory.zpt between versions 1.1 and 1.2

version 1.1, 2004/03/22 15:46:07 version 1.2, 2004/07/08 15:15:06
Line 31 Line 31
       </th>        </th>
     </tr>      </tr>
     <tr tal:repeat="version python:here.getVersions()">      <tr tal:repeat="version python:here.getVersions()">
     <td tal:content="python:version[1].aq_parent.title"/>      <td tal:content="python:version[1].title"/>
     <td tal:content="python:version[1].versionNumber"/>      <td tal:content="python:version[1].versionNumber"/>
     <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()"/>

Removed from v.1.1  
changed lines
  Added in v.1.2


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