Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-cc_form_letter', 'class' => 'payflowpro_gateway-cc_form_column')); |
58 | 58 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-cc_form_letter_inside' )); |
59 | 59 | |
60 | | - $text_template = $wgRequest->getText( 'text_template', '2010/JimmyAppealLong' ); |
| 60 | + $text_template = $wgRequest->getText( 'text_template', '2010/JimmyAppealLong ); |
61 | 61 | // if the user has uselang set, honor that, otherwise default to the language set for the form defined by 'language' in the query string |
62 | 62 | if ( $wgRequest->getText( 'language' )) $text_template .= '/' . $this->form_data[ 'language' ]; |
63 | 63 | |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | $form .= $this->getEmailField(); |
97 | 97 | |
98 | 98 | // amount |
99 | | - $form = '<tr>'; |
| 99 | + $form .= '<tr>'; |
100 | 100 | $form .= '<td colspan="2"><span class="creditcard-error-msg">' . $this->form_errors['invalidamount'] . '</span></td>'; |
101 | 101 | $form .= '</tr>'; |
102 | 102 | $form .= '<tr>'; |