- Timestamp:
- 14 Oct 2014, 05:56:44 (10 years ago)
- 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 19 19 from waeup.kofa.browser.pages import ( 20 20 SessionConfigurationAddFormPage, SessionConfigurationManageFormPage, 21 LoginPage, CertificatePage, CertificateManageFormPage) 21 LoginPage, CertificatePage, CertificateManageFormPage, DepartmentPage, 22 DepartmentManageFormPage) 22 23 from waeup.kofa.university.interfaces import ICertificate 23 24 from kofacustom.pcn.interfaces import ( 24 25 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 26 27 grok.templatedir('templates') 25 28 26 29 class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage): … … 34 37 form_fields = grok.AutoFields(ICustomSessionConfiguration) 35 38 39 class DepartmentPage(DepartmentPage): 40 """Department index page. 41 """ 42 43 class DepartmentManageFormPage(DepartmentManageFormPage): 44 """Department index page. 45 """ 46 grok.template('departmentmanagepage')
Note: See TracChangeset for help on using the changeset viewer.