Changeset 11578 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 4 Apr 2014, 07:10:53 (11 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/applicants
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r11575 r11578 915 915 # can be created. If no validation is requested, use 916 916 # 'validator=NullValidator' in the action directive 917 @action(_('Add online payment ticket') )917 @action(_('Add online payment ticket'), style='primary') 918 918 def addPaymentTicket(self, **data): 919 919 self.redirect(self.url(self.context, '@@addafp')) … … 1001 1001 # can be created. If no validation is requested, use 1002 1002 # 'validator=NullValidator' in the action directive 1003 @action(_('Add online payment ticket') )1003 @action(_('Add online payment ticket'), style='primary') 1004 1004 def addPaymentTicket(self, **data): 1005 1005 self.redirect(self.url(self.context, '@@addafp')) -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt
r11558 r11578 130 130 </span> 131 131 </div> 132 <br /> 133 <p i18n:translate="" tal:condition="context/special"> 134 <strong>Notice:</strong> If you need to pay for another service, 135 select the corresponding special application category above, 136 click 'Save' and then 'Add online payment ticket' again. 137 </p> 132 138 </form>
Note: See TracChangeset for help on using the changeset viewer.