Ignore:
Timestamp:
24 Sep 2013, 12:39:44 (11 years ago)
Author:
Henrik Bettermann
Message:

Implement page to find students in faculties.

File:
1 edited

Legend:

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

    r10633 r10646  
    446446    text = _('Manage faculty')
    447447
     448class StudentSearchActionButton(ManageActionButton):
     449    grok.order(2)
     450    grok.context(IFaculty)
     451    grok.view(FacultyPage)
     452    grok.require('waeup.showStudents')
     453    text = _('Find students')
     454    icon = 'actionicon_search.png'
     455    target = 'find_students'
     456
    448457class ManageDepartmentActionButton(ManageActionButton):
    449458    """ 'Manage settings' button for departments.
Note: See TracChangeset for help on using the changeset viewer.