Changeset 14606
- Timestamp:
- 7 Mar 2017, 07:18:23 (8 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students/reports
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/level_report.py
r14605 r14606 411 411 self.context.__name__, 412 412 self.context.creation_dt_string) 413 414 class LevelReportBreadcrumb(Breadcrumb):415 """A breadcrumb for reports.416 """417 grok.context(LevelReportGenerator)418 title = _(u'Level Report')419 target = None -
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/raw_score_report.py
r14605 r14606 312 312 self.context.__name__, 313 313 self.context.creation_dt_string) 314 315 class RawScoreReportBreadcrumb(Breadcrumb):316 """A breadcrumb for reports.317 """318 grok.context(RawScoreReportGenerator)319 title = _(u'Raw Score Report')320 target = None -
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/session_results_presentation.py
r14605 r14606 304 304 self.context.__name__, 305 305 self.context.creation_dt_string) 306 307 class SessionResultsPresentationBreadcrumb(Breadcrumb):308 """A breadcrumb for reports.309 """310 grok.context(SessionResultsPresentationGenerator)311 title = _(u'Session Results Presentation')312 target = None -
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/student_payment_statistics.py
r14546 r14606 354 354 self.context.__name__, 355 355 self.context.creation_dt_string) 356 357 class StudentStatsBreadcrumb(Breadcrumb):358 """A breadcrumb for reports.359 """360 grok.context(StudentPaymentStatisticsReportGenerator)361 title = _(u'Student Payment Statistics')362 target = None -
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/student_statistics.py
r14514 r14606 311 311 ob_class, self.context.__name__, filename)) 312 312 return pdf_stream 313 314 class StudentStatsBreadcrumb(Breadcrumb):315 """A breadcrumb for reports.316 """317 grok.context(StudentStatisticsReportGenerator)318 title = _(u'Student Statistics')319 target = None
Note: See TracChangeset for help on using the changeset viewer.