Changeset 903 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 20 Nov 2006, 08:08:10 (18 years ago)
- 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 14 14 roles = member.getRolesInContext(context) 15 15 16 return "SectionManager" in roles or\ 16 return "Manager" in roles or\ 17 "SectionManager" in roles or\ 17 18 "ClearanceOfficer" in roles or\ 18 19 "ClearanceOfficers" in member.getGroups() -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt
r873 r903 15 15 16 16 <metal:block fill-slot="header"> 17 <span tal:condition="not: context/is Manager">17 <span tal:condition="not: context/isSectionManager"> 18 18 <metal:block use-macro="here/error_not_found/macros/not_found" /> 19 19 </span> 20 <span tal:condition="context/is Manager">20 <span tal:condition="context/isSectionManager"> 21 21 <h3 tal:condition="creation" i18n:translate=""> 22 22 Create a document of type … … 47 47 48 48 49 <metal:block fill-slot="main" tal:condition="context/is Manager">49 <metal:block fill-slot="main" tal:condition="context/isSectionManager"> 50 50 <form action="waeup_edit" method="post" id="editForm" 51 51 enctype="multipart/form-data" class="workflow"
Note: See TracChangeset for help on using the changeset viewer.