Diff for /basket/zpt/BasketFolder_manage_template_standard.zpt between versions 1.10 and 1.11

version 1.10, 2007/08/14 18:28:17 version 1.11, 2007/08/15 15:49:03
Line 32  td.vario { background-color:#AC1D15 } Line 32  td.vario { background-color:#AC1D15 }
         tal:repeat="item python:here.getSets(mode=mode)">          tal:repeat="item python:here.getSets(mode=mode)">
     <hr>      <hr>
         <a class="setTitleLink" tal:condition="item/title"           <a class="setTitleLink" tal:condition="item/title" 
             tal:attributes="href item/absolute_url" tal:content="item/title"/>              tal:attributes="href item/absolute_url" tal:content="item/getTitle"/>
         <a class="setTitleLink" tal:condition="not: item/title"           <a class="setTitleLink" tal:condition="not: item/title" 
             tal:attributes="href item/absolute_url" tal:content="python:'Untitled Set'"/>              tal:attributes="href item/absolute_url" tal:content="python:'Untitled Set'"/>
         <i class="small" style="white-space:nowrap"           <i class="small" style="white-space:nowrap" 
             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.split('@')[0] + ']'"                   ' [shared set, created by ' + item.getOwner().split('@')[0] + ']'" 
         /><br clear="all">          /><br clear="all">
     <div style="padding-left:25px;">      <div style="padding-left:25px;">
         <div style="float:right;vertical-align:right;white-space:nowrap">          <div style="float:right;vertical-align:right;white-space:nowrap">

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


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