Changeset 12736 for main/waeup.ikoba/branches
- Timestamp:
- 11 Mar 2015, 20:05:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-payments/src/waeup/ikoba/payments/demo_provider.py
r12734 r12736 10 10 11 11 grok.templatedir('templates') 12 13 14 WARN_FINAL_SUBMIT = _( 15 'You can not edit your contract after final submission. ' 16 'Do you really want to submit?' 17 ) 12 18 13 19 … … 58 64 pass 59 65 60 @action(_('Authorize Payment'), style="primary") 66 @action(_('Authorize Payment'), warning=WARN_FINAL_SUBMIT, 67 style="primary") 61 68 def authorize(self, **data): 62 69 print "AUTH!"
Note: See TracChangeset for help on using the changeset viewer.