Ignore:
Timestamp:
29 May 2013, 06:29:51 (12 years ago)
Author:
Henrik Bettermann
Message:

Enable bursary data export at facultiescontainer level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/viewlets.py

    r10244 r10247  
    419419    text = _('Manage academic section')
    420420
     421class 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
    421432class SearchFacultiesContainerActionButton(ManageActionButton):
    422433    """ 'Manage settings' button for faculties.
Note: See TracChangeset for help on using the changeset viewer.