Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | #step2wrapper, #step2header, #step3wrapper, #step3header { display: none; } |
37 | 37 | #where-content { font-size: 13px; line-height: 19px; width: 325px; } |
38 | 38 | |
39 | | - #amountErrorMessages, #billingErrorMessages, #paymentErrorMessages { color: #F00; } |
| 39 | + #amtErrorMessages, #billingErrorMessages, #paymentErrorMessages { color: #F00; } |
40 | 40 | |
41 | 41 | </style> |
42 | 42 | <!--[if lt IE 7]><style> |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | |
75 | 75 | <form method="post" name="paypalcontribution"> |
76 | 76 | <div id="step1wrapper"> |
77 | | - <div id="amountErrorMessages" class="small"></div> |
| 77 | + <div id="amtErrorMessages" class="small"></div> |
78 | 78 | <table id="amount-table-white"> |
79 | 79 | <tr> |
80 | 80 | <td><label><input type="radio" name="amountRadio" value="5" /> $5</label></td> |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | <td><label><input type="radio" name="amountRadio" value="50" /> $50</label></td> |
87 | 87 | <td><label><input type="radio" name="amountRadio" value="100" /> $100</label></td> |
88 | 88 | <td><label><input type="radio" name="amountRadio" value="250" /> $250</label></td> |
89 | | - <td><input type="radio" name="amountRadio" id="input_amount_other" value="other" /> <label>$<input type="text" class="txt-sm hint" name="amountGiven" size="4" id="other-amount" title="Other..." onfocus="this.form.input_amount_other.checked=true;"/></label></td> |
| 89 | + <td><label><input type="radio" name="amountRadio" id="input_amount_other" value="other" /> $<input type="text" class="txt-sm hint" name="amountGiven" size="4" id="other-amount" title="Other..." onfocus="this.form.input_amount_other.checked=true;"/></label></td> |
90 | 90 | </tr> |
91 | 91 | </table> |
92 | 92 | |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | // show the errors |
274 | 274 | var prevError = false; |
275 | 275 | if( amountErrorString != ""){ |
276 | | - $("#amountErrorMessages").html( amountErrorString ); |
| 276 | + $("#amtErrorMessages").html( amountErrorString ); |
277 | 277 | prevError = true; |
278 | 278 | showStep2(); // init the headers |
279 | 279 | showStep3(); |