Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/Form.php |
— | — | @@ -441,10 +441,10 @@ |
442 | 442 | $form .= '</tr>'; |
443 | 443 | $form .= '<tr>'; |
444 | 444 | $form .= '<td class="label">' . Xml::label(wfMsg( 'payflowpro_gateway-donor-amount' ), 'amount') . '</td>'; |
445 | | - $form .= '<td>' . Xml::radio( 'amount', 20, $this->form_data['amount'] == 20 ) . '20 ' . |
446 | | - Xml::radio( 'amount', 35, $this->form_data['amount'] == 35 ) . '35 ' . |
447 | | - Xml::radio( 'amount', 50, $this->form_data['amount'] == 50 ) . '50 ' . |
448 | | - Xml::radio( 'amount', 100, $this->form_data['amount'] == 100 ) . '100 ' . |
| 445 | + $form .= '<td>' . Xml::radio( 'amount', 100, $this->form_data['amount'] == 100 ) . '100 ' . |
| 446 | + Xml::radio( 'amount', 50, $this->form_data['amount'] == 50 ) . '50 ' . |
| 447 | + Xml::radio( 'amount', 35, $this->form_data['amount'] == 35 ) . '35 ' . |
| 448 | + Xml::radio( 'amount', 20, $this->form_data['amount'] == 20 ) . '20 ' . |
449 | 449 | '</td>'; |
450 | 450 | $form .= '</tr>'; |
451 | 451 | $form .= '<tr>'; |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/Form.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
452 | 452 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php:r75105-75162 |