Changeset 3747 for WAeUP_SRP/trunk/skins
- Timestamp:
- 31 Oct 2008, 06:50:48 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentFolderInfo.py
r3666 r3747 117 117 info['transition_return_allowed'] = info['review_state'] in ('school_fee_paid','courses_validated') and info['is_sectionofficer'] # and current_level > 100 118 118 info['transition_pay_school_fee_allowed'] = info['review_state'] == 'returning' and info['is_sectionofficer'] 119 info['transition_admit_allowed'] = info['review_state'] == 'returning' and info['is_sectionofficer'] 119 120 120 121 return info -
WAeUP_SRP/trunk/skins/waeup_student/student_view.pt
r3692 r3747 127 127 <font color='red'>Attention: This low-level method does not change the study course and/or payment objects! They must be edited separately.</font> 128 128 </form> 129 130 <form action="" method="post" class="group" 131 tal:condition="info/transition_admit_allowed" 132 tal:attributes="action string:${context/absolute_url}/changeRegState"> 133 <input type="submit" class="context" value="Execute Transition 'admit'" /> 134 <input type="hidden" name="transition" 135 tal:attributes="value string:admit" 136 /> <br /><br /> 137 <font color='red'>Attention: This low-level method does not change the study course and/or payment objects! They must be edited separately.</font> 138 </form> 129 139 130 140
Note: See TracChangeset for help on using the changeset viewer.