Changeset 9740 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 30 Nov 2012, 07:01:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/viewlets.py
r9637 r9740 445 445 icon = 'actionicon_student.png' 446 446 text = _('Show students') 447 target = 's howdepstudents'447 target = 'students' 448 448 449 449 class ManageCourseActionButton(ManageActionButton): … … 469 469 icon = 'actionicon_student.png' 470 470 text = _('Show students') 471 target = 's howcoursestudents'471 target = 'students' 472 472 473 473 class ShowCertificateStudentsActionButton(ManageActionButton): … … 479 479 icon = 'actionicon_student.png' 480 480 text = _('Show students') 481 target = 's howcertstudents'481 target = 'students' 482 482 483 483 class ManageCertificateCourseActionButton(ManageActionButton):
Note: See TracChangeset for help on using the changeset viewer.