Changeset 14827


Ignore:
Timestamp:
30 Aug 2017, 14:16:13 (7 years ago)
Author:
Henrik Bettermann
Message:

Revert changes from r18814.

File:
1 edited

Legend:

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

    r14814 r14827  
    2323from waeup.kofa.widgets.datewidget import FriendlyDatetimeDisplayWidget
    2424from zope.formlib.textwidgets import BytesDisplayWidget
    25 from waeup.kofa.browser.layout import action, NullValidator
    2625from waeup.kofa.students.interfaces import IStudentsUtils
    2726from waeup.kofa.applicants.browser import (ApplicantDisplayFormPage,
     
    3029    OnlinePaymentDisplayFormPage,
    3130    OnlinePaymentBreadcrumb, ExportPDFPaymentSlipPage,
    32     ApplicantsRootManageFormPage
    3331    )
    3432from waeup.kofa.applicants.viewlets import (
     
    6260            return _('Download result slip')
    6361        return _('Download application slip')
    64 
    65 class NigeriaApplicantsRootManageFormPage(ApplicantsRootManageFormPage):
    66 
    67     @action(_('Add applicants container'),
    68             tooltip=_(
    69                 'Please read chapter '
    70                 '\'Preparation and Maintenance of Applicants Containers\' '
    71                 '(Kofa Docs) before activating the application.'),
    72             validator=NullValidator)
    73     def addApplicantsContainer(self, **data):
    74         self.redirect(self.url(self.context, '@@add'))
    75         return
    7662
    7763class NigeriaApplicantDisplayFormPage(ApplicantDisplayFormPage):
Note: See TracChangeset for help on using the changeset viewer.