- Timestamp:
- 17 Jan 2013, 13:03:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py
r9759 r9900 139 139 140 140 class AllStudentsCreateActionButton(ManageActionButton): 141 grok.order( 1)142 grok.context(IApplicants Container)143 grok.view(Applicants StatisticsPage)141 grok.order(3) 142 grok.context(IApplicantsRoot) 143 grok.view(ApplicantsRootPage) 144 144 grok.require('waeup.managePortal') 145 145 icon = 'actionicon_entrance.png' 146 146 text = _('Create all student records') 147 147 target ='createallstudents' 148 149 class ContainerStudentsCreateActionButton(AllStudentsCreateActionButton): 150 grok.context(IApplicantsContainer) 151 grok.order(1) 152 grok.view(ApplicantsStatisticsPage) 148 153 149 154 class ApplicantViewActionButton(ManageActionButton):
Note: See TracChangeset for help on using the changeset viewer.