Changeset 10558 for main/waeup.kofa/trunk/src/waeup/kofa/students/reports
- Timestamp:
- 29 Aug 2013, 11:45:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/student_statistics.py
r10555 r10558 115 115 ('LINEAFTER', (-1,0), (-1,-1), 0.25, colors.black), 116 116 ('LINEBEFORE', (-1,0), (-1,-1), 1.0, colors.black), 117 ('LINEABOVE', (0,-1), (-1,-1), 1.0, colors.black),118 ('LINEABOVE', (0,0), (-1,0), 0.25, colors.black),117 #('LINEABOVE', (0,-1), (-1,-1), 1.0, colors.black), 118 #('LINEABOVE', (0,0), (-1,0), 0.25, colors.black), 119 119 ] 120 120 … … 154 154 class StudentStatisticsReportGenerator(grok.GlobalUtility): 155 155 156 title = _('Students ')157 grok.name('students_ by')156 title = _('Students Statistics') 157 grok.name('students_stats') 158 158 159 159 def generate(self, site, session=None, mode=None, author=None):
Note: See TracChangeset for help on using the changeset viewer.