Changeset 5144 for WAeUP_SRP/trunk/skins/waeup_ois
- Timestamp:
- 13 Apr 2010, 07:27:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_ois/academic_report_view.pt
r4397 r5144 3 3 tal:define="info context/getStudyLevelInfo; 4 4 contact_student_form string:contact_student_form; 5 study_level_view string:study_level_view;">5 academic_report_view string:academic_report_view;"> 6 6 <metal:block define-macro="edit_form"> 7 7 … … 119 119 <td style='text-align:center' tal:content="row/exam"></td> 120 120 <td style='text-align:center' tal:content="row/score_calc"></td> 121 <td style='text-align:center' tal:content="row/ grade"></td>121 <td style='text-align:center' tal:content="row/session_id"></td> 122 122 <td style='text-align:center' tal:content="row/pic"></td> 123 123 … … 173 173 174 174 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 175 tal:attributes="value study_level_view"/>175 tal:attributes="value academic_report_view"/> 176 176 177 177 <br /><br /> … … 217 217 218 218 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 219 tal:attributes="value study_level_view"/>219 tal:attributes="value academic_report_view"/> 220 220 <input type="hidden" name="action_after_reject" type="text" id="action_after_reject" 221 221 tal:attributes="value contact_student_form"/> … … 254 254 255 255 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 256 tal:attributes="value study_level_view"/>256 tal:attributes="value academic_report_view"/> 257 257 <input type="hidden" name="action_after_reject" type="text" id="action_after_reject" 258 258 tal:attributes="value contact_student_form"/> … … 277 277 /> 278 278 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 279 tal:attributes="value study_level_view"/>279 tal:attributes="value academic_report_view"/> 280 280 </td> 281 281 </table>
Note: See TracChangeset for help on using the changeset viewer.