Changeset 8259 for main/waeup.uniben/trunk/src/waeup/uniben/etranzact
- Timestamp:
- 23 Apr 2012, 14:06:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/etranzact/browser.py
r8256 r8259 29 29 from waeup.uniben.students.interfaces import ICustomStudentOnlinePayment 30 30 from waeup.uniben.applicants.interfaces import ICustomApplicantOnlinePayment 31 31 32 32 33 TERMINAL_ID = '0500000003' … … 101 102 class EtranzactEnterPinActionButtonApplicant(RCABApplicant): 102 103 grok.context(ICustomApplicantOnlinePayment) 104 grok.order(3) 103 105 icon = 'actionicon_call.png' 104 106 text = _('Query eTranzact History') … … 107 109 class EtranzactEnterPinActionButtonStudent(RCABStudent): 108 110 grok.context(ICustomStudentOnlinePayment) 111 grok.order(3) 109 112 icon = 'actionicon_call.png' 110 113 text = _('Query eTranzact History')
Note: See TracChangeset for help on using the changeset viewer.