Changeset 10247 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 29 May 2013, 06:29:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/viewlets.py
r10244 r10247 419 419 text = _('Manage academic section') 420 420 421 class ExportFacultiesStudentsActionButton(ManageActionButton): 422 """ 'Export student data' button for faculties. 423 """ 424 grok.context(IFacultiesContainer) 425 grok.view(FacultiesContainerPage) 426 grok.require('waeup.showStudents') 427 icon = 'actionicon_down.png' 428 text = _('Export student data') 429 target = 'exports' 430 grok.order(3) 431 421 432 class SearchFacultiesContainerActionButton(ManageActionButton): 422 433 """ 'Manage settings' button for faculties.
Note: See TracChangeset for help on using the changeset viewer.