Changeset 9070 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 26 Jul 2012, 16:39:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py
r8920 r9070 321 321 322 322 class PaymentReceiptActionButton(ManageActionButton): 323 grok.order( 1)323 grok.order(9) # This button should always be the last one. 324 324 grok.context(IStudentOnlinePayment) 325 325 grok.view(OnlinePaymentDisplayFormPage) … … 335 335 return self.view.url(self.view.context, self.target) 336 336 337 338 337 class ApprovePaymentActionButton(ManageActionButton): 339 grok.order( 2)338 grok.order(8) 340 339 grok.context(IStudentOnlinePayment) 341 340 grok.view(OnlinePaymentDisplayFormPage)
Note: See TracChangeset for help on using the changeset viewer.