Ignore:
Timestamp:
5 Jul 2022, 08:12:05 (2 years ago)
Author:
Henrik Bettermann
Message:

Hide tabs.

File:
1 edited

Legend:

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

    r16983 r16984  
    1717##
    1818import grok
     19from waeup.kofa.interfaces import IKofaUtils, IKofaObject
    1920from waeup.kofa.browser.pages import (
    2021    SessionConfigurationAddFormPage, SessionConfigurationManageFormPage,
     
    2324from kofacustom.lpng.interfaces import (
    2425    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
     26from waeup.kofa.browser.viewlets import FacultiesTab
     27   
     28class FacultiesTab(FacultiesTab):
     29    """Faculties-tab in primary navigation.
     30    """
     31    grok.context(IKofaObject)
     32   
     33    @property
     34    def link_target(self):
     35        return
    2536
    2637class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.