- Timestamp:
- 26 Sep 2013, 09:37:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py
r10644 r10655 138 138 target = 'manage' 139 139 140 class ExportApplicantsActionButton(ManageActionButton): 141 """ 'Export applicants' button for faculties. 142 """ 143 grok.context(IApplicantsContainer) 144 grok.view(ApplicantsContainerPage) 145 grok.require('waeup.manageApplication') 146 icon = 'actionicon_down.png' 147 text = _('Export applicants') 148 target = 'exports' 149 grok.order(4) 150 140 151 class ApplicantsRootCreateStudentsActionButton(ManageActionButton): 141 152 grok.order(3)
Note: See TracChangeset for help on using the changeset viewer.