Changeset 11578 for main


Ignore:
Timestamp:
4 Apr 2014, 07:10:53 (10 years ago)
Author:
Henrik Bettermann
Message:

Add comment on ApplicantEditFormPage? for special payment applicants.

Change color of 'Add online payment ticket' button.

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  
    915915    # can be created. If no validation is requested, use
    916916    # 'validator=NullValidator' in the action directive
    917     @action(_('Add online payment ticket'))
     917    @action(_('Add online payment ticket'), style='primary')
    918918    def addPaymentTicket(self, **data):
    919919        self.redirect(self.url(self.context, '@@addafp'))
     
    10011001    # can be created. If no validation is requested, use
    10021002    # 'validator=NullValidator' in the action directive
    1003     @action(_('Add online payment ticket'))
     1003    @action(_('Add online payment ticket'), style='primary')
    10041004    def addPaymentTicket(self, **data):
    10051005        self.redirect(self.url(self.context, '@@addafp'))
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicanteditpage.pt

    r11558 r11578  
    130130    </span>
    131131  </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>
    132138</form>
Note: See TracChangeset for help on using the changeset viewer.