Ignore:
Timestamp:
16 Jun 2015, 11:57:31 (9 years ago)
Author:
Henrik Bettermann
Message:

Rename views according to changes in base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/students/browser.py

    r12120 r13058  
    2626    StudentPersonalDisplayFormPage, StudentPersonalManageFormPage,
    2727    StudentClearanceManageFormPage, StudentClearanceEditFormPage,
    28     StudentClearanceDisplayFormPage, OnlinePaymentFakeApprovePage,
    29     ExportPDFClearanceSlipPage, StudentBaseManageFormPage,
     28    StudentClearanceDisplayFormPage, OnlinePaymentFakeApproveView,
     29    ExportPDFClearanceSlip, StudentBaseManageFormPage,
    3030    StudentBaseDisplayFormPage,
    3131    StudentBaseEditFormPage, StudentPersonalEditFormPage,
    3232    OnlinePaymentDisplayFormPage, OnlinePaymentAddFormPage,
    33     OnlinePaymentBreadcrumb, ExportPDFPaymentSlipPage,
    34     ExportPDFCourseRegistrationSlipPage,
    35     ExportPDFBedTicketSlipPage,
     33    OnlinePaymentBreadcrumb, ExportPDFPaymentSlip,
     34    ExportPDFCourseRegistrationSlip,
     35    ExportPDFBedTicketSlip,
    3636    StudentFilesUploadPage, emit_lock_message)
    3737from waeup.kofa.students.interfaces import IStudentsUtils
     
    114114        return form_fields
    115115
    116 class NigeriaExportPDFClearanceSlipPage(ExportPDFClearanceSlipPage):
     116class NigeriaExportPDFClearanceSlip(ExportPDFClearanceSlip):
    117117    """Deliver a PDF slip of the context.
    118118    """
     
    162162        return form_fields
    163163
    164 class NigeriaExportPDFCourseRegistrationSlipPage(ExportPDFCourseRegistrationSlipPage):
     164class NigeriaExportPDFCourseRegistrationSlip(ExportPDFCourseRegistrationSlip):
    165165    """Deliver a PDF slip of the context.
    166166    """
     
    185185        'p_category')
    186186
    187 class NigeriaOnlinePaymentFakeApprovePage(OnlinePaymentFakeApprovePage):
     187class NigeriaOnlinePaymentFakeApproveView(OnlinePaymentFakeApproveView):
    188188    """ Disable payment approval view for students.
    189189
     
    197197        return
    198198
    199 class NigeriaExportPDFPaymentSlipPage(ExportPDFPaymentSlipPage):
     199class NigeriaExportPDFPaymentSlip(ExportPDFPaymentSlip):
    200200    """Deliver a PDF slip of the context.
    201201    """
     
    208208        'adm_code', 'sex', 'email', 'date_of_birth', 'current_level')
    209209
    210 class NigeriaExportPDFBedTicketSlipPage(ExportPDFBedTicketSlipPage):
     210class NigeriaExportPDFBedTicketSlip(ExportPDFBedTicketSlip):
    211211    """Deliver a PDF slip of the context.
    212212    """
Note: See TracChangeset for help on using the changeset viewer.