Changeset 5832
- Timestamp:
- 10 Mar 2011, 17:20:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r5830 r5832 207 207 label = 'Applicants Container' 208 208 pnav = 2 209 209 210 class ManageApplicantsContainerActionButton(ManageActionButton): 211 grok.context(IApplicantsContainer) 212 grok.view(ApplicantsContainerPage) 213 text = 'Manage' 214 215 class ApplicantsContainerEditPage(WAeUPPage): 216 grok.context(IApplicantsContainer) 217 grok.name('manage') 218 219 title = 'Manage Applicants Container' 220 label = 'Manage Applicants Container' 221 pnav = 2 222 210 223 211 224 #class AddApplicant(WAeUPAddFormPage):
Note: See TracChangeset for help on using the changeset viewer.