Changeset 9070 for main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Timestamp:
- 26 Jul 2012, 16:39:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py
r9051 r9070 204 204 205 205 class PaymentReceiptActionButton(ManageActionButton): 206 grok.order( 1)206 grok.order(9) # This button should always be the last one. 207 207 grok.context(IApplicantOnlinePayment) 208 208 grok.view(OnlinePaymentDisplayFormPage) … … 219 219 220 220 class ApprovePaymentActionButton(ManageActionButton): 221 grok.order( 2)221 grok.order(8) 222 222 grok.context(IApplicantOnlinePayment) 223 223 grok.view(OnlinePaymentDisplayFormPage)
Note: See TracChangeset for help on using the changeset viewer.