Changeset 1627
- Timestamp:
- 23 Mar 2007, 10:56:04 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/study_level_view.pt
r1606 r1627 96 96 97 97 98 <table tal:condition="python: is_student and review_state == 'school_fee_paid'" width="100%" cellspacing="0" cellpadding="2"98 <table tal:condition="python: True or is_student and review_state == 'school_fee_paid'" width="100%" cellspacing="0" cellpadding="2" 99 99 class="folderButtons"> 100 100 <tr> … … 109 109 class="context" value="Update" 110 110 /> 111 112 111 113 <br /><br /> 112 114 <input tal:condition="info/normal" … … 115 117 116 118 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 117 tal:attributes="value string:study_level_view"/> 119 tal:attributes="value string:study_level_view"/> 120 121 <br /><br /> 122 123 <strong>Note:</strong> 'Update' checks for all courses in your certificate and will add them to your course list irrespective of 124 prior deletion, i.e. already deleted courses will show up again. 125 126 Please use this function only if you are sure that your faculty has added courses which are not yet on your course list. 118 127 119 128 </td>
Note: See TracChangeset for help on using the changeset viewer.