Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php |
— | — | @@ -56,6 +56,8 @@ |
57 | 57 | '@authorization_id', |
58 | 58 | '@account_name', |
59 | 59 | '@bank_code', |
| 60 | + '@bank_name', |
| 61 | + '@bank_check_digit', |
60 | 62 | // Not actually data tokens, but available to you in html form: |
61 | 63 | // @captcha -> the captcha form |
62 | 64 | // @script_path -> maps to $wgScriptPath |
Index: trunk/extensions/DonationInterface/gateway_forms/rapidhtml/css/webitects.css |
— | — | @@ -74,14 +74,6 @@ |
75 | 75 | .loc-fields .loc-street { margin-bottom: 5px; width: 100%; } |
76 | 76 | .loc-fields .loc-country { margin-bottom: 5px; width: 103%; } |
77 | 77 | |
78 | | -/* Direct Debit setups*/ |
79 | | -.dd-fields { float: left; margin-bottom: 5px; margin-top: 5px;} |
80 | | -.dd-be-an { float: left; width: 45%; } |
81 | | -.dd-be-ai { float: left; width: 45%; margin-left: 5%; } |
82 | | -.dd-at-accountname { float: left; width: 97%; margin-bottom: 10px;} |
83 | | -.dd-at-an { float: left; width: 45%; } |
84 | | -.dd-at-bc { float: left; width: 45%; margin-left: 5%; } |
85 | | - |
86 | 78 | /* Location where we are not including a state select */ |
87 | 79 | .loc-fields.nostate .loc-city { float: left; margin: 0 1% 5px 0; width: 48%; } |
88 | 80 | .loc-fields.nostate .loc-postal { float: left; margin: 0 1% 5px 0; width: 49%; } |
— | — | @@ -94,7 +86,16 @@ |
95 | 87 | .loc-postal.ja { width: 300px; } |
96 | 88 | |
97 | 89 | /* Direct debit fields */ |
| 90 | +.dd-fields { float: left; margin-bottom: 5px; margin-top: 5px;} |
98 | 91 | |
| 92 | +.dd-be-acctname, .dd-be-bankname { float: left; width:100%; margin-bottom: 5px;} |
| 93 | +.dd-be-acctnum, .dd-be-bankcode { float: left; margin: 0 1% 5px 0; width: 48%; } |
| 94 | +.dd-be-authid, .dd-be-checkdigit { float: left; width: 49%; margin: 0; } |
| 95 | + |
| 96 | +.dd-at-accountname { float: left; width: 97%; margin-bottom: 10px;} |
| 97 | +.dd-at-an { float: left; width: 45%; } |
| 98 | + |
| 99 | +.dd-at-bc { float: left; width: 45%; margin-left: 5%; } |
99 | 100 | .dd-acctnumber { float: left; margin: 5px 2% 5px 0; width: 48%; } |
100 | 101 | .dd-acctname { float: left; margin: 5px 2% 5px 0; width: 48%; } |
101 | 102 | .dd-bankcode { margin-bottom: 5px; width: 100%; } |