Changeset 9810


Ignore:
Timestamp:
18 Dec 2012, 15:18:21 (12 years ago)
Author:
Henrik Bettermann
Message:

Show grade on StudyLevelDisplayFormPage? and corresponding slip.

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  
    10991099        Mand = translate(_('Requ.'), 'waeup.kofa', target_language=portal_language)
    11001100        Score = translate(_('Score'), 'waeup.kofa', target_language=portal_language)
     1101        Grade = translate(_('Grade'), 'waeup.kofa', target_language=portal_language)
    11011102        studentview = StudentBasePDFFormPage(self.context.student,
    11021103            self.request, self.omit_fields)
     
    11131114                         (Mand, 'mandatory', 1.5),
    11141115                         (Score, 'score', 1.5),
     1116                         (Grade, 'grade', 1.5),
    11151117                         #('Auto', 'automatic', 1.5)
    11161118                         ],
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studylevelpage.pt

    r9690 r9810  
    3131      <th i18n:translate="">Requ.</th>
    3232      <th i18n:translate="">Score</th>
     33      <th i18n:translate="">Grade</th>
    3334      <th i18n:translate="">CO</th>
    3435      <th i18n:translate="">Auto</th>
     
    4748      <td tal:content="value/mandatory">MANDATORY</td>
    4849      <td tal:content="value/score|nothing">SCORE</td>
     50      <td tal:content="value/grade|nothing">GRADE</td>
    4951      <td tal:content="value/carry_over">CO</td>
    5052      <td tal:content="value/automatic">AUTO</td>
Note: See TracChangeset for help on using the changeset viewer.