Diff for /basket/zpt/BasketFolder_template_standard.zpt between versions 1.11 and 1.12

version 1.11, 2006/04/18 09:48:27 version 1.12, 2007/08/14 18:28:17
Line 59  td.vario { background-color:#AC1D15 } Line 59  td.vario { background-color:#AC1D15 }
         <i style="float:right"           <i style="float:right" 
             tal:condition="isActive">- active set -</i>              tal:condition="isActive">- active set -</i>
                           
         <a class="setTitleLink" tal:attributes="href item/absolute_url" tal:content="item/title"/>          <a class="setTitleLink" tal:condition="item/title" 
               tal:attributes="href item/absolute_url" tal:content="item/title"/>
           <a class="setTitleLink" tal:condition="not: item/title" 
               tal:attributes="href item/absolute_url" tal:content="python:'Untitled Set'"/>
         <i class="small"           <i class="small" 
             tal:condition="python:               tal:condition="python: 
                 mode == 'private' and here.getActualUserName() != item.owner"                   mode == 'private' and here.getActualUserName() != item.owner" 
             tal:content="python:              tal:content="python:
                 ' [shared set, created by ' + item.owner + ']'"                   ' [shared set, created by ' + item.owner.split('@')[0] + ']'" 
         /><i class="small"           /><i class="small" 
             tal:condition="python: mode == 'open_intern' and item.owner != here.getActualUserName()"               tal:condition="python: mode == 'open_intern' and item.owner != here.getActualUserName()" 
             tal:content="python:              tal:content="python:

Removed from v.1.11  
changed lines
  Added in v.1.12


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