Diff for /ECHO_content/zpt/ChangeECHO_partner.zpt between versions 1.3 and 1.4

version 1.3, 2004/06/07 14:30:16 version 1.4, 2004/06/07 14:45:04
Line 24 Line 24
             </b>              </b>
             </td>              </td>
             <td>              <td>
               <span tal:condition="python:hasattr(here,'person')">
             <input type="text" name="person" tal:attributes="value here/person">              <input type="text" name="person" tal:attributes="value here/person">
               </span>
               <span tal:condition="not:python:hasattr(here,'person')">
               <input type="text" name="person">
               </span>
             </td>              </td>
         </tr>          </tr>
                   
Line 35 Line 40
             </b>              </b>
             </td>              </td>
             <td>              <td>
               <span tal:condition="python:hasattr(here,'email')">
             <input type="text" name="email" tal:attributes="value here/email">              <input type="text" name="email" tal:attributes="value here/email">
               </span>
               <span tal:condition="not:python:hasattr(here,'email')">
               <input type="text" name="email">
               </span>
             </td>              </td>
         </tr>          </tr>
                   
Line 46 Line 56
             </b>              </b>
             </td>              </td>
             <td>              <td>
               <span tal:condition="python:hasattr(here,'country')">
             <input type="text" name="country" tal:attributes="value here/country">              <input type="text" name="country" tal:attributes="value here/country">
               </span>
               <span tal:condition="not:python:hasattr(here,'country')">
               <input type="text" name="country">
               </span>
             </td>              </td>
         </tr>          </tr>
                   

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


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