Changeset 2762
- Timestamp:
- 26 Nov 2007, 11:50:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/study_level_view.pt
r2761 r2762 166 166 <td tal:condition="submission_allowed" width="5%" align="center"> 167 167 <a href="edit" tal:attributes="href string:course_edit/${row/code}" 168 target="edit "169 onclick="javascript:window.open('','edit ','width=600, height=350, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')">168 target="edit_course_result" 169 onclick="javascript:window.open('','edit_course_result','width=600, height=350, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')"> 170 170 [edit] 171 171 </a> … … 198 198 <td tal:condition="submission_allowed" width="5%" align="center"> 199 199 <a href="edit" tal:attributes="href string:course_edit/${row/code}" 200 target="edit "201 onclick="javascript:window.open('','edit ','width=600, height=350, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')">200 target="edit_course_result" 201 onclick="javascript:window.open('','edit_course_result','width=600, height=350, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, status=no, resizable=no, dependent=no')"> 202 202 [edit] 203 203 </a> … … 326 326 327 327 <input type="hidden" name="action_after_validate" type="text" id="action_after_validate" 328 tal:attributes="value string: study_level_view"/>328 tal:attributes="value string:external_study_level_view"/> 329 329 <input type="hidden" name="action_after_reject" type="text" id="action_after_reject" 330 tal:attributes="value string: contact_student_form"/>330 tal:attributes="value string:external_contact_student_form"/> 331 331 332 332
Note: See TracChangeset for help on using the changeset viewer.