Changeset 10558


Ignore:
Timestamp:
29 Aug 2013, 11:45:04 (11 years ago)
Author:
Henrik Bettermann
Message:

Rename StudentStatisticsReportGenerator?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/reports/student_statistics.py

    r10555 r10558  
    115115    ('LINEAFTER', (-1,0), (-1,-1), 0.25, colors.black),
    116116    ('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),
    119119    ]
    120120
     
    154154class StudentStatisticsReportGenerator(grok.GlobalUtility):
    155155
    156     title = _('Students')
    157     grok.name('students_by')
     156    title = _('Students Statistics')
     157    grok.name('students_stats')
    158158
    159159    def generate(self, site, session=None, mode=None, author=None):
Note: See TracChangeset for help on using the changeset viewer.