Ignore:
Timestamp:
6 Jul 2022, 07:49:44 (2 years ago)
Author:
Henrik Bettermann
Message:

More customizations.

File:
1 edited

Legend:

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

    r16991 r16993  
    2424from kofacustom.lpng.interfaces import (
    2525    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    26 from waeup.kofa.browser.viewlets import FacultiesTab, ManageReports
    27    
    28 class FacultiesTab(FacultiesTab):
    29     """Faculties-tab in primary navigation.
    30     """
    31     grok.context(IKofaObject)
    32    
    33     @property
    34     def link_target(self):
    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 ''
    4326
    4427class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.