Ignore:
Timestamp:
5 Jul 2022, 20:41:30 (2 years ago)
Author:
Henrik Bettermann
Message:

First localizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/browser/pages.py

    r16984 r16991  
    2424from kofacustom.lpng.interfaces import (
    2525    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    26 from waeup.kofa.browser.viewlets import FacultiesTab
     26from waeup.kofa.browser.viewlets import FacultiesTab, ManageReports
    2727   
    2828class FacultiesTab(FacultiesTab):
     
    3434    def link_target(self):
    3535        return
     36       
     37class ManageReports(ManageReports):
     38    """A link to reports, placed in upper left box.
     39    """
     40   
     41    def render(self):
     42        return ''
    3643
    3744class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.