Changeset 913 for WAeUP_SRP/trunk/skins/waeup_default
- Timestamp:
- 21 Nov 2006, 10:49:45 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_default
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/external_edit_form.pt
r859 r913 7 7 form_action string:external_edit; 8 8 form_type string:external; 9 edition python:True;9 is_allowed context/isSectionOfficer; 10 10 creation python:False; 11 11 metadata metadata|nothing;" -
WAeUP_SRP/trunk/skins/waeup_default/getDynamicRoles.py
r912 r913 12 12 return the dynamic roles 13 13 """ 14 return ('ClearanceOfficer','CourseAdviser' )14 return ('ClearanceOfficer','CourseAdviser', SectionManager') 15 15 -
WAeUP_SRP/trunk/skins/waeup_default/portlet_session_info.pt
r785 r913 6 6 <tal:block condition="context/isStudent"> 7 7 <strong> 8 <span tal:condition=" info/is_student|nothing" tal:content="python:info['student_doc'].Title()" />8 <span tal:condition="context/isStudent|nothing" tal:content="python:info['student_doc'].Title()" /> 9 9 </strong> 10 10 </tal:block> -
WAeUP_SRP/trunk/skins/waeup_default/waeup_document_view.pt
r911 r913 1 1 <metal:html tal:define="info context/getDocumentInfo; 2 2 s_info context/getStudentInfo; 3 is_so info/is_so|nothing;"3 is_so context/isSectionOfficer;" 4 4 > 5 5 <metal:body use-macro="here/waeup_content_master/macros/master"> -
WAeUP_SRP/trunk/skins/waeup_default/waeup_edit_form.pt
r911 r913 8 8 form_type string:waeup; 9 9 creation python:False; 10 is_allowed context/isSectionOfficer 10 is_allowed context/isSectionOfficer; 11 11 metadata metadata|nothing; 12 12 ">
Note: See TracChangeset for help on using the changeset viewer.