Ignore:
Timestamp:
7 Mar 2017, 09:36:09 (8 years ago)
Author:
Henrik Bettermann
Message:

Ease customization of report title.

File:
1 edited

Legend:

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

    r14606 r14607  
    144144    mode = None
    145145    pdfcreator = 'landscape'
     146    title = translate(_('Student Statistics'))
    146147
    147148    def __init__(self, session, mode, level, breakdown, author='System'):
     
    186187        pdf_data += [
    187188            Table(table_data, style=TABLE_STYLE, colWidths=col_widths)]
    188         doc_title = translate(_('Student Statistics'))
     189        doc_title = self.title
    189190        right_footer = translate(
    190191            _('${a} Students - ${b} -',
Note: See TracChangeset for help on using the changeset viewer.