Diff for /basket/zpt/BasketFolder_template_standard.zpt between versions 1.9 and 1.10

version 1.9, 2006/04/07 17:44:40 version 1.10, 2006/04/07 18:32:28
Line 23  td.vario { background-color:#AC1D15 } Line 23  td.vario { background-color:#AC1D15 }
         tal:replace="python:'Public '" />Sets          tal:replace="python:'Public '" />Sets
     <span tal:condition="python:here.checkPermission('edit') and mode != 'open_intern'">      <span tal:condition="python:here.checkPermission('edit') and mode != 'open_intern'">
         <a class="editLink" tal:attributes="          <a class="editLink" tal:attributes="
             href python:'manageBasketFolder?mode=%s'%mode"> |&nbsp;Edit overview</a></span></h3>              href python:'manageBasketFolder?mode=%s'%mode"> |&nbsp;Edit overview</a></span>
           <span tal:condition="python:mode == 'private'">
           <a class="editLink" tal:attributes="
               href python:'manageBasketFolder?mode=%s'%mode"> |&nbsp;Edit overview</a>
       </span>
       </h3>
     <p><span       <p><span 
         tal:condition="python: mode == 'private'"          tal:condition="python: mode == 'private'"
         tal:replace="structure python: 'This is a list of all your sets, including the sets of other users you have the permission to work on as an editor or administrator.'"/><span           tal:replace="structure python: 'This is a list of all your sets, including the sets of other users you have the permission to work on as an editor or administrator.'"/><span 

Removed from v.1.9  
changed lines
  Added in v.1.10


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