Diff for /MPIWGWeb/zpt/Attic/editTalks.zpt between versions 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2007/04/18 10:03:12 version 1.1.2.6, 2008/08/26 14:00:42
Line 22 Line 22
       </td>        </td>
       <td>        <td>
         <input tal:attributes="name python:'talks__title__'+str(found2.oid);           <input tal:attributes="name python:'talks__title__'+str(found2.oid); 
                      value found2/title" size="80" /><br>                       value python:here.decode(found2.title)" size="80" /><br>
         <input tal:attributes="name python:'talks__place__'+str(found2.oid);           <input tal:attributes="name python:'talks__place__'+str(found2.oid); 
                      value found2/place" size="80" /><br>                       value python:here.decode(found2.place)" size="80" /><br>
         <input tal:attributes="name python:'talks__link__'+str(found2.oid);           <input tal:attributes="name python:'talks__link__'+str(found2.oid); 
                      value found2/link" size="80" />                       value python:here.decode(found2.link)" size="80" />
       </td>        </td>
       <td valign="top">        <td valign="top">
         <input tal:attributes="name python:'talks__priority__'+str(found2.oid); value found2/priority" size="3" />          <input tal:attributes="name python:'talks__priority__'+str(found2.oid); value found2/priority" size="3" />

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


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