Ignore:
Timestamp:
13 Aug 2018, 11:37:09 (6 years ago)
Author:
Henrik Bettermann
Message:

Start implementation of matric number generator.

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  
    1919from waeup.kofa.browser.pages import (
    2020    SessionConfigurationAddFormPage, SessionConfigurationManageFormPage,
    21     LoginPage, CertificatePage, CertificateManageFormPage)
     21    LoginPage, CertificatePage, CertificateManageFormPage,
     22    ConfigurationContainerManageFormPage)
    2223from waeup.kofa.university.interfaces import ICertificate
     24from waeup.kofa.interfaces import IConfigurationContainer
    2325from kofacustom.dspg.interfaces import (
    24     ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
     26    ICustomSessionConfiguration, ICustomSessionConfigurationAdd,)
     27
     28class CustomConfigurationContainerManageFormPage(
     29    ConfigurationContainerManageFormPage):
     30
     31    form_fields = grok.AutoFields(IConfigurationContainer).omit(
     32        'frontpage_dict')
     33    form_fields['maintmode_enabled_by'].for_display = True
    2534
    2635class CustomSessionConfigurationAddFormPage(SessionConfigurationAddFormPage):
  • main/kofacustom.dspg/trunk/src/kofacustom/dspg/locales/en/LC_MESSAGES/waeup.kofa.po

    r14882 r15107  
    3232msgid "Birth Certificate"
    3333msgstr "Birth Certificate / Age Declaration"
     34
     35msgid "Next Matriculation Number Integer"
     36msgstr "Next ND Matriculation Number Integer"
     37
     38msgid "Integer used for constructing the next matriculation number"
     39msgstr ""
     40"Integer used for constructing the next matriculation number of ND students"
     41
     42msgid "Next Matriculation Number Integer 2"
     43msgstr "Next ND PT Matriculation Number Integer"
     44
     45msgid "Next Matriculation Number Integer 3"
     46msgstr "Next HND Matriculation Number Integer"
     47
     48msgid "Next Matriculation Number Integer 4"
     49msgstr "Next HND PT Matriculation Number Integer"
     50
     51msgid "2nd integer used for constructing the next matriculation number"
     52msgstr ""
     53"Integer used for constructing the next matriculation number of ND PT students"
     54
     55msgid "3rd integer used for constructing the next matriculation number"
     56msgstr ""
     57"Integer used for constructing the next matriculation number of HND students"
     58
     59msgid "4th integer used for constructing the next matriculation number"
     60msgstr ""
     61"Integer used for constructing the next matriculation number of HND PT "
     62"students"
Note: See TracChangeset for help on using the changeset viewer.