Changeset 2402 for WAeUP_SRP/base
- Timestamp:
- 19 Oct 2007, 19:51:16 (17 years ago)
- Location:
- WAeUP_SRP/base/skins
- Files:
-
- 2 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/search_students_form.pt
r2392 r2402 20 20 <nobr><a href="statistics_simple_view">Basic Student Statistics</a> 21 21 </nobr> 22 <nobr><a href="apply_admission_manage">Application Process</a> 23 </nobr> 22 24 23 <span tal:condition="is_so"> 25 <nobr><a href="view_logs">View Log Files</a> 26 </nobr> 27 <nobr><a href="add_student">Add Student Record</a> 28 24 <nobr><a href="apply_admission_manage">Application Process</a> 25 </nobr> 26 <nobr><a href="view_logs">View Log Files</a> 27 </nobr> 28 <nobr><a href="add_student">Add Student Record</a> 29 </nobr> 30 <nobr><a href="remove_students">Remove Student Record(s)</a> 29 31 </span> 30 32 </strong> -
WAeUP_SRP/base/skins/waeup_utilities/remove_students_form.pt
r2400 r2402 2 2 students options/students; 3 3 info options/info|nothing; 4 is_so info/is_so;5 4 allowed options/allowed|nothing;" 6 5 > … … 76 75 <tr tal:condition="student" 77 76 tal:attributes="class python:test(repeat['student'].even(), 'even ajaxtd', 'odd ajaxtd')"> 78 <td align="left" valign="middle" style="width: 5px;" 79 tal:condition="is_so"> 77 <td align="left" valign="middle" style="width: 5px;"> 80 78 <input type="checkbox" name="ids:list" value="" id="" class="noborder" 81 79 tal:condition="student/show_checkbox" … … 104 102 <br /> 105 103 106 <div tal:condition="is_so">107 108 109 110 111 112 113 114 115 116 117 118 </div>104 105 <input type="button" value="button_select_all" class="context" 106 onclick="someJavaScriptFunctionThatWillBeReplaced" 107 i18n:attributes="value" 108 tal:attributes="onclick python:'toggleSelect(this, \'%s\', \'%s\')' 109 % (cpsmcat('button_select_all'), cpsmcat('button_deselect_all'))" 110 /> 111 <input type="submit" name="delete" value="Remove selected" 112 class="destructive" 113 tal:attributes="onclick python:'return window.confirm(\'%s\')' % 114 (cpsmcat('description_confirm_delete'), )" 115 /> 116 119 117 120 118 <tal:block condition="python:batch_info and batch_info['nb_pages'] > 1">
Note: See TracChangeset for help on using the changeset viewer.