Ignore:
Timestamp:
20 Nov 2006, 08:08:10 (18 years ago)
Author:
Henrik Bettermann
Message:

isManager renamed to isSectionManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt

    r486 r903  
    150150      </td>
    151151    </span>
    152   <td align="left"   tal:define="isManager python:checkPerm('Modify portal content', item)">
    153     <a tal:condition="python: display_buttons and isManager and context.portal_type not in ('Certificate',)"
     152  <td align="left"   tal:define="isSectionManager python:checkPerm('Modify portal content', item)">
     153    <a tal:condition="python: display_buttons and isSectionManager and context.portal_type not in ('Certificate',)"
    154154       href="dummy"  tal:attributes="href string:${item/absolute_url}/cpsdocument_edit_form">[edit]</a></td>
    155155  <td align="center" tal:condition="size_in_tabs">
Note: See TracChangeset for help on using the changeset viewer.