Changeset 871 for WAeUP_SRP/trunk/skins
- Timestamp:
- 16 Nov 2006, 06:06:53 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/admission_form.pt
r869 r871 22 22 </h3> 23 23 24 < h4>Application Data</h4>24 <br /> 25 25 <span tal:omit-tag="" 26 26 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], … … 29 29 /> 30 30 31 <h4> Study Course</h4>31 <h4>Your Study Course:</h4> 32 32 <table tal:define="sc python: info['course_doc']"> 33 33 <tr> -
WAeUP_SRP/trunk/skins/waeup_student/admission_slip.pt
r843 r871 12 12 <br /> 13 13 14 <h4>Application Data</h4>15 14 <span tal:omit-tag="" 16 15 tal:content="structure python: info['app_doc'].render(proxy=info['app_doc'], … … 19 18 /> 20 19 21 <h4> Study Course</h4>20 <h4>Your Study Course:</h4> 22 21 <table tal:define="sc python: info['course_doc']"> 23 22 <tr> -
WAeUP_SRP/trunk/skins/waeup_student/isClearanceOfficer.py
r870 r871 21 21 if info['course'] is None: 22 22 return False 23 23 24 24 res = context.portal_catalog(portal_type="Department",id=info['course_doc'].department) 25 25 if len(res) != 1: … … 27 27 28 28 roles = member.getRolesInContext(res[0].getObject()) 29 30 return "ClearanceOfficer" in roles31 29 30 return "ClearanceOfficer" in roles or context.isManager 31 -
WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt
r826 r871 12 12 <img src="img" tal:replace="structure cell/widget_rendered" /> 13 13 </tal:block> 14 15 <br /> 14 16 15 17 <table width="" cellpadding="2" cellspacing="0" summary="Form layout">
Note: See TracChangeset for help on using the changeset viewer.