Changeset 11145 for main/waeup.kwarapoly/branches/henrik-diazo-themed/src
- Timestamp:
- 21 Feb 2014, 06:28:51 (11 years ago)
- Location:
- main/waeup.kwarapoly/branches/henrik-diazo-themed/src/waeup/kwarapoly/interswitch
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/branches/henrik-diazo-themed/src/waeup/kwarapoly/interswitch/browser.py
r10844 r11145 52 52 #URL = '/test_paydirect/services/TransactionQueryWs.asmx' 53 53 httplib.HTTPConnection.debuglevel = 0 54 55 def interswitch_img_url(view):56 static = view.static57 if static is None or static.get(58 'interswitch_verve_mastercard.gif', None) is None:59 static = queryAdapter(60 view.request, Interface, name='waeup.kwarapoly.interswitch')61 return static['interswitch_verve_mastercard.gif']()62 54 63 55 class InterswitchPageStudent(KofaPage): -
main/waeup.kwarapoly/branches/henrik-diazo-themed/src/waeup/kwarapoly/interswitch/browser_templates/applicant_goto_interswitch.pt
r10131 r11145 8 8 9 9 <table class="form-table" i18n:domain="waeup.kofa"> 10 <thead>11 </thead>12 10 <tbody> 13 11 <tr> … … 72 70 <input type="hidden" name="payment_params" value="college_split" /> 73 71 <span tal:replace="structure view/xml_data"></span> 74 75 <input type="submit" class="btn " tal:attributes="value view/submit_button"/>72 <br /> 73 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 74 77 75 <br /><br /> 78 76 79 <img tal:attributes="src view/interswitch_img_url" />77 <img src="/static/img/interswitch_verve_mastercard.gif" /> 80 78 81 79 </form> -
main/waeup.kwarapoly/branches/henrik-diazo-themed/src/waeup/kwarapoly/interswitch/browser_templates/student_goto_interswitch.pt
r9996 r11145 8 8 9 9 <table class="form-table" i18n:domain="waeup.kofa"> 10 <thead>11 </thead>12 10 <tbody> 13 11 <tr> … … 72 70 <input type="hidden" name="payment_params" value="college_split" /> 73 71 <span tal:replace="structure view/xml_data"></span> 74 75 <input type="submit" class="btn " tal:attributes="value view/submit_button"/>72 <br /> 73 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 76 74 77 75 <br /><br /> 78 76 79 <img tal:attributes="src view/interswitch_img_url" />77 <img src="/static/img/interswitch_verve_mastercard.gif" /> 80 78 81 79 </form>
Note: See TracChangeset for help on using the changeset viewer.