Changeset 15107 for main/kofacustom.dspg/trunk
- Timestamp:
- 13 Aug 2018, 11:37:09 (6 years ago)
- Location:
- main/kofacustom.dspg/trunk/src/kofacustom/dspg
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.dspg/trunk/src/kofacustom/dspg/browser/pages.py
r14716 r15107 19 19 from waeup.kofa.browser.pages import ( 20 20 SessionConfigurationAddFormPage, SessionConfigurationManageFormPage, 21 LoginPage, CertificatePage, CertificateManageFormPage) 21 LoginPage, CertificatePage, CertificateManageFormPage, 22 ConfigurationContainerManageFormPage) 22 23 from waeup.kofa.university.interfaces import ICertificate 24 from waeup.kofa.interfaces import IConfigurationContainer 23 25 from kofacustom.dspg.interfaces import ( 24 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 26 ICustomSessionConfiguration, ICustomSessionConfigurationAdd,) 27 28 class CustomConfigurationContainerManageFormPage( 29 ConfigurationContainerManageFormPage): 30 31 form_fields = grok.AutoFields(IConfigurationContainer).omit( 32 'frontpage_dict') 33 form_fields['maintmode_enabled_by'].for_display = True 25 34 26 35 class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage): -
main/kofacustom.dspg/trunk/src/kofacustom/dspg/locales/en/LC_MESSAGES/waeup.kofa.po
r14882 r15107 32 32 msgid "Birth Certificate" 33 33 msgstr "Birth Certificate / Age Declaration" 34 35 msgid "Next Matriculation Number Integer" 36 msgstr "Next ND Matriculation Number Integer" 37 38 msgid "Integer used for constructing the next matriculation number" 39 msgstr "" 40 "Integer used for constructing the next matriculation number of ND students" 41 42 msgid "Next Matriculation Number Integer 2" 43 msgstr "Next ND PT Matriculation Number Integer" 44 45 msgid "Next Matriculation Number Integer 3" 46 msgstr "Next HND Matriculation Number Integer" 47 48 msgid "Next Matriculation Number Integer 4" 49 msgstr "Next HND PT Matriculation Number Integer" 50 51 msgid "2nd integer used for constructing the next matriculation number" 52 msgstr "" 53 "Integer used for constructing the next matriculation number of ND PT students" 54 55 msgid "3rd integer used for constructing the next matriculation number" 56 msgstr "" 57 "Integer used for constructing the next matriculation number of HND students" 58 59 msgid "4th integer used for constructing the next matriculation number" 60 msgstr "" 61 "Integer used for constructing the next matriculation number of HND PT " 62 "students"
Note: See TracChangeset for help on using the changeset viewer.