Ignore:
Timestamp:
31 Jan 2014, 09:14:41 (11 years ago)
Author:
Henrik Bettermann
Message:

Remove resources and theming completely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/applicants/browser.py

    r11014 r11016  
    4646from waeup.kofa.browser.interfaces import ICaptchaManager
    4747from waeup.kofa.browser.breadcrumbs import Breadcrumb
    48 from waeup.kofa.browser.resources import toggleall
    4948from waeup.kofa.browser.layout import (
    5049    NullValidator, jsaction, action, UtilityView, JSAction)
    5150from waeup.kofa.browser.pages import (
    5251    add_local_role, del_local_roles, doll_up, ExportCSVView)
    53 from waeup.kofa.browser.resources import datepicker, warning
    5452from waeup.kofa.interfaces import (
    5553    IKofaObject, ILocalRolesAssignable, IExtFileStore, IPDF,
     
    147145    tabthreeactions2 = [_('Add local role')]
    148146    subunits = _('Applicants Containers')
    149 
    150     def update(self):
    151         warning.need()
    152         return super(ApplicantsRootManageFormPage, self).update()
    153147
    154148    def getLocalRoles(self):
     
    228222        IApplicantsContainerAdd).omit('code').omit('title')
    229223
    230     def update(self):
    231         datepicker.need() # Enable jQuery datepicker in date fields.
    232         return super(ApplicantsContainerAddFormPage, self).update()
    233 
    234224    @action(_('Add applicants container'))
    235225    def addApplicantsContainer(self, **data):
     
    371361            return True
    372362        return False
    373 
    374     def update(self):
    375         datepicker.need() # Enable jQuery datepicker in date fields.
    376         toggleall.need()
    377         warning.need()
    378         return super(ApplicantsContainerManageFormPage, self).update()
    379363
    380364    def getLocalRoles(self):
     
    840824
    841825    def update(self):
    842         datepicker.need() # Enable jQuery datepicker in date fields.
    843         warning.need()
    844826        super(ApplicantManageFormPage, self).update()
    845827        self.wf_info = IWorkflowInfo(self.context)
Note: See TracChangeset for help on using the changeset viewer.