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

version 1.5, 2006/04/06 07:50:28 version 1.6, 2006/04/06 16:49:14
Line 12  td.vario { background-color:#AC1D15 } Line 12  td.vario { background-color:#AC1D15 }
   
   
 <!-- user is logged in -->  <!-- user is logged in -->
 <tal:block tal:condition="python:here.isAuthorized('edit')">  <tal:block tal:condition="python:here.checkPermission('edit')">
           
     <!-- id selected: manage set -->      <!-- id selected: manage set -->
   
Line 64  td.vario { background-color:#AC1D15 } Line 64  td.vario { background-color:#AC1D15 }
   
   
 <!-- user is not logged in -->  <!-- user is not logged in -->
 <tal:block tal:condition="not:python:here.isAuthorized('edit')">  <tal:block tal:condition="not:python:here.checkPermission('edit')">
   
     <h3>No access</h3>      <h3>No access</h3>
     <p>You sre not authorized to access this page, please <a href="/users/login.html">log in</a>.</p>      <p>You sre not authorized to access this page, please <a href="/users/login.html">log in</a>.</p>

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


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