- Timestamp:
- 9 Jul 2020, 03:48:24 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/viewlets.py
r16087 r16154 43 43 target = 'switch_library_access' 44 44 icon = 'actionicon_book.png' 45 46 class MakePaymentActionButton(ManageActionButton): 47 grok.order(8) 48 grok.context(ICustomStudent) 49 grok.view(StudentBaseDisplayFormPage) 50 grok.require('waeup.handleStudent') 51 text = _('Make payment now') 52 target = 'payments/addop' 53 icon = 'actionicon_pay.png' 45 54 46 55 class BaseDataSlipActionButton(ManageActionButton):
Note: See TracChangeset for help on using the changeset viewer.