Diff for /basket/zpt/BasketFolder_manage_template_standard.zpt between versions 1.4 and 1.5

version 1.4, 2006/04/05 17:09:14 version 1.5, 2006/04/06 07:50:28
Line 31  td.vario { background-color:#AC1D15 } Line 31  td.vario { background-color:#AC1D15 }
     <hr>      <hr>
      <div>       <div>
         <span style="float:right">          <span style="float:right">
               <a class="editLink" tal:attributes="
                   href python: item.absolute_url() + '/selectThisBasketAsCurrent'">select</a> - 
               <a class="editLink" tal:attributes="
                   href python: item.absolute_url() + '/manageBasket'">edit</a> - 
             <a tal:attributes="              <a tal:attributes="
                 class python:'editLink';                   class python:'editLink'; 
                 href python:'deleteObject?id=%s'%item.getId()">delete</a>                  href python:'deleteObject?id=%s'%item.getId()"
                   onclick="return window.confirm(
                       'Do you really want to remove this item?\nThis is not undoable.')">delete</a>
         </span>          </span>
         <a class="setTitle" tal:attributes="href item/absolute_url" tal:content="item/title"/>          <a class="setTitle" tal:attributes="href item/absolute_url" tal:content="item/title"/>
     </div>      </div>
      <div class="TOC">       <div class="TOC">
         <a tal:attributes="          move: <a tal:attributes="
             class python:'editLink';               class python:'editLink'; 
             href python:'moveTop?id=%s'%item.getId()">top</a>              href python:'moveTop?id=%s'%item.getId()">top</a>
         <a tal:attributes="          <a tal:attributes="

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


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