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

version 1.3, 2004/06/10 12:27:22 version 1.4, 2004/06/17 09:45:49
Line 2 Line 2
       <tr>        <tr>
         <td></td>          <td></td>
         <td>          <td>
               <!-- Title of the Link -->
             <h5>              <h5>
             <a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()" target="_blank">label</a>              <a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()" target="_blank">label</a>
             </h5>              </h5>
Line 12 Line 13
       <tr>        <tr>
  <td></td>   <td></td>
         <td>          <td>
                     <!-- Description of the Link -->
         <span tal:replace="structure here/description">DESCRIPTION</span>          <span tal:replace="structure here/description">DESCRIPTION</span>
                     
         </td>          </td>

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


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