Diff for /MPIWGWeb/zpt/Attic/edit_MPIWGBasisNeu.zpt between versions 1.1.2.5 and 1.1.2.7

version 1.1.2.5, 2006/07/14 09:14:17 version 1.1.2.7, 2006/11/08 14:47:13
Line 32 Line 32
         </tal:block></td>          </tal:block></td>
       </tr>        </tr>
     </tal:block>      </tal:block>
       <tr>
        <td><b>Historical names (new)</b><br/>
        Please names enter as <br>
         LASTNAME,FIRSTNAME <br/>or LASTNAME,FIRSTNAME MIDDLE.. <br> with 
        <em>no space</em> before FIRSTNAME
        </td>
        <td><textarea name="historicalNames" tal:content="python:'\n'.join(here.getNamesInProject(here.getId()))" rows="10" cols="30">NAMES</textarea>
        </td>
       </tr>
     <tr tal:define="hasChildren python:here.hasChildren()">      <tr tal:define="hasChildren python:here.hasChildren()">
         <td>Project is active</td>          <td>Project is active</td>
          <tal:x tal:condition="python:hasChildren and here.isActiveProject()" >           <tal:x tal:condition="python:hasChildren and here.isActiveProject()" >

Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.7


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