Changeset 3451 for WAeUP_SRP/base
- Timestamp:
- 19 Apr 2008, 06:17:14 (17 years ago)
- Location:
- WAeUP_SRP/base/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/clearance_edit_form.pt
r2389 r3451 5 5 <metal:main fill-slot="main" 6 6 tal:define=" 7 info context/getClearanceInfo;"> 7 info context/getClearanceInfo; 8 s_name context/getStudentNameInContext;"> 8 9 9 10 <metal:block tal:condition="not: info"> … … 36 37 <h3> 37 38 <span tal:condition="info"> 38 <span tal:content=" info/student/Title" />:39 <span tal:content="s_name" />: 39 40 </span> 40 41 <span tal:content="here/title_or_id" /> -
WAeUP_SRP/base/skins/waeup_student/clearance_view.pt
r3083 r3451 4 4 is_so context/isSectionOfficer; 5 5 is_student context/isStudent; 6 s_name context/getStudentNameInContext; 6 7 "> 7 8 <span tal:condition="not: info"> … … 26 27 <h3> 27 28 <span tal:condition="python:is_so and info"> 28 <span tal:content=" info/student/Title" />:29 <span tal:content="s_name" />: 29 30 </span> 30 31 <span tal:condition="python:is_student">
Note: See TracChangeset for help on using the changeset viewer.