Changeset 1028 for WAeUP_SRP/trunk/skins
- Timestamp:
- 11 Dec 2006, 15:32:32 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/getCPSCandidateLocalRoles.py
r924 r1028 25 25 if member.id in ("admin","perry"): 26 26 return ['SectionReader','SectionManager','ClearanceOfficer', 'SectionOfficer'] 27 return [' ClearanceOfficer', 'SectionOfficer']27 return ['SectionReader', 'ClearanceOfficer', 'SectionOfficer'] -
WAeUP_SRP/trunk/skins/waeup_default/external_edit_form.pt
r913 r1028 5 5 use_session=True, 6 6 no_form=True); 7 form_action string:external_edit;8 form_type string:external;9 is_allowed context/isSectionOfficer;10 creation python:False;11 metadata metadata|nothing;"7 form_action string:external_edit; 8 form_type string:external; 9 is_allowed context/isSectionOfficer; 10 creation python:False; 11 metadata metadata|nothing;" 12 12 > 13 13 <metal:block use-macro="context/waeup_edit_form/macros/edit_form" /> -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt
r913 r1028 5 5 use_session=True, 6 6 no_form=True); 7 form_action string: cpsdocument_edit;7 form_action string:waeup_edit; 8 8 form_type string:waeup; 9 9 creation python:False; -
WAeUP_SRP/trunk/skins/waeup_student/clearance_pin_form.pt
r805 r1028 17 17 <br /> 18 18 <div tal:replace="structure rendered_main" /> 19 <br /> 20 <font color="red">Processing your request may take a while. Please do not press the 'Start' button twice!</font> 21 <br /> 19 22 </metal:block> 20 23 <metal:block fill-slot="sub">
Note: See TracChangeset for help on using the changeset viewer.