Diff for /MPIWGWeb/zpt/Attic/showNewDBEntries.zpt between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2007/04/18 10:03:12 version 1.1.2.2, 2007/04/26 18:09:44
Line 10 Line 10
             <tr tal:repeat="newEntry newEntries">              <tr tal:repeat="newEntry newEntries">
                 <td tal:content="python:here.decode(newEntry.first_name)"/>                  <td tal:content="python:here.decode(newEntry.first_name)"/>
                 <td tal:content="python:here.decode(newEntry.last_name)"/>                  <td tal:content="python:here.decode(newEntry.last_name)"/>
                 <td><input tal:attributes="name python:here.urlQuote(newEntry.key.encode('utf-8'))" size="20"></td>                  <td><input tal:attributes="name python:here.urlQuote(newEntry.key)" size="20"></td>
             </tr>              </tr>
         </table>          </table>
         <input type="submit" name="submit">          <input type="submit" name="submit">

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2


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