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> |
— | — | @@ -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(); |