Changeset 16991 for main/kofacustom.lpng/trunk/src/kofacustom/lpng/browser
- Timestamp:
- 5 Jul 2022, 20:41:30 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.lpng/trunk/src/kofacustom/lpng/browser/pages.py
r16984 r16991 24 24 from kofacustom.lpng.interfaces import ( 25 25 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 26 from waeup.kofa.browser.viewlets import FacultiesTab 26 from waeup.kofa.browser.viewlets import FacultiesTab, ManageReports 27 27 28 28 class FacultiesTab(FacultiesTab): … … 34 34 def link_target(self): 35 35 return 36 37 class ManageReports(ManageReports): 38 """A link to reports, placed in upper left box. 39 """ 40 41 def render(self): 42 return '' 36 43 37 44 class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.