Changeset 5830 for main/waeup.sirp/trunk


Ignore:
Timestamp:
10 Mar 2011, 16:44:51 (14 years ago)
Author:
uli
Message:

Add an index view (page) for applicants containers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py

    r5828 r5830  
    198198        return self.view.application_url('applicants')
    199199
     200class ApplicantsContainerPage(WAeUPPage):
     201    """The standard view for regular applicant containers.
     202    """
     203    grok.context(IApplicantsContainer)
     204    grok.name('index')
     205
     206    title = 'Applicants Container'
     207    label = 'Applicants Container'
     208    pnav = 2
     209   
    200210
    201211#class AddApplicant(WAeUPAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.