- Timestamp:
- 17 Jun 2016, 11:55:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py
r13218 r13951 157 157 158 158 class ExportApplicantsActionButton(ManageActionButton): 159 """ 'Export applicants' button for faculties.159 """ 'Export data' button for faculties. 160 160 """ 161 161 grok.context(IApplicantsContainer) … … 163 163 grok.require('waeup.manageApplication') 164 164 icon = 'actionicon_down.png' 165 text = _('Export applica nts')165 text = _('Export application data') 166 166 target = 'exports' 167 167 grok.order(4)
Note: See TracChangeset for help on using the changeset viewer.