Changeset 11836 for main/kofacustom.pcn


Ignore:
Timestamp:
14 Oct 2014, 05:56:44 (10 years ago)
Author:
Henrik Bettermann
Message:

Courses are not needed.

Location:
main/kofacustom.pcn/trunk/src/kofacustom/pcn/browser
Files:
3 added
1 edited

Legend:

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

    r11832 r11836  
    1919from waeup.kofa.browser.pages import (
    2020    SessionConfigurationAddFormPage, SessionConfigurationManageFormPage,
    21     LoginPage, CertificatePage, CertificateManageFormPage)
     21    LoginPage, CertificatePage, CertificateManageFormPage, DepartmentPage,
     22    DepartmentManageFormPage)
    2223from waeup.kofa.university.interfaces import ICertificate
    2324from kofacustom.pcn.interfaces import (
    2425    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
     26
     27grok.templatedir('templates')
    2528
    2629class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage):
     
    3437    form_fields = grok.AutoFields(ICustomSessionConfiguration)
    3538
     39class DepartmentPage(DepartmentPage):
     40    """Department index page.
     41    """
     42
     43class DepartmentManageFormPage(DepartmentManageFormPage):
     44    """Department index page.
     45    """
     46    grok.template('departmentmanagepage')
Note: See TracChangeset for help on using the changeset viewer.