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

isManager renamed to isSectionManager

Location:
WAeUP_SRP/trunk/skins/waeup_default
Files:
3 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/isStaff.py

    r885 r903  
    1414roles = member.getRolesInContext(context)
    1515
    16 return "SectionManager" in roles or\
     16return "Manager" in roles or\
     17       "SectionManager" in roles or\
    1718       "ClearanceOfficer" in roles or\
    1819       "ClearanceOfficers" in member.getGroups()
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt

    r873 r903  
    1515 
    1616  <metal:block fill-slot="header">
    17     <span tal:condition="not: context/isManager">
     17    <span tal:condition="not: context/isSectionManager">
    1818        <metal:block use-macro="here/error_not_found/macros/not_found" />
    1919    </span>
    20     <span tal:condition="context/isManager">
     20    <span tal:condition="context/isSectionManager">
    2121    <h3 tal:condition="creation" i18n:translate="">
    2222      Create a document of type
     
    4747 
    4848 
    49   <metal:block fill-slot="main" tal:condition="context/isManager">
     49  <metal:block fill-slot="main" tal:condition="context/isSectionManager">
    5050    <form action="waeup_edit" method="post" id="editForm"
    5151          enctype="multipart/form-data" class="workflow"
Note: See TracChangeset for help on using the changeset viewer.