- Timestamp:
- 18 Dec 2012, 15:18:21 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser.py
r9808 r9810 1099 1099 Mand = translate(_('Requ.'), 'waeup.kofa', target_language=portal_language) 1100 1100 Score = translate(_('Score'), 'waeup.kofa', target_language=portal_language) 1101 Grade = translate(_('Grade'), 'waeup.kofa', target_language=portal_language) 1101 1102 studentview = StudentBasePDFFormPage(self.context.student, 1102 1103 self.request, self.omit_fields) … … 1113 1114 (Mand, 'mandatory', 1.5), 1114 1115 (Score, 'score', 1.5), 1116 (Grade, 'grade', 1.5), 1115 1117 #('Auto', 'automatic', 1.5) 1116 1118 ], -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studylevelpage.pt
r9690 r9810 31 31 <th i18n:translate="">Requ.</th> 32 32 <th i18n:translate="">Score</th> 33 <th i18n:translate="">Grade</th> 33 34 <th i18n:translate="">CO</th> 34 35 <th i18n:translate="">Auto</th> … … 47 48 <td tal:content="value/mandatory">MANDATORY</td> 48 49 <td tal:content="value/score|nothing">SCORE</td> 50 <td tal:content="value/grade|nothing">GRADE</td> 49 51 <td tal:content="value/carry_over">CO</td> 50 52 <td tal:content="value/automatic">AUTO</td>
Note: See TracChangeset for help on using the changeset viewer.