Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php |
— | — | @@ -243,7 +243,9 @@ |
244 | 244 | </script> |
245 | 245 | EOT; |
246 | 246 | $form .= $this->generateDonationFooter(); |
247 | | - |
| 247 | + if ( $this->paypal ) { |
| 248 | + $form .= Xml::element( 'div', array(), ' '); |
| 249 | + } |
248 | 250 | $form .= Xml::closeElement( 'div' ); //close div#mw-creditcard |
249 | 251 | $form .= Xml::closeElement( 'div' ); //close div#payflowpro_gateway-cc_form_form |
250 | 252 | $form .= Xml::closeElement( 'div' ); //close div#payflowpro_gateway-cc_form_container |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | 'payflowpro_gateway-question-comment' => 'Questions or comments? Contact: <a href="mailto:donate@wikimedia.org">donate@wikimedia.org</a>', |
99 | 99 | 'payflowpro_gateway-donate-click' => 'Your credit card will be securely processed.', |
100 | 100 | 'payflowpro_gateway-otherways' => 'There are <a href="http://wikimediafoundation.org/wiki/Ways_to_Give/en">other ways to give, including PayPal, check, or mail</a>.', |
101 | | - 'payflowpro_gateway-paypal' => 'Have a PayPal account? <a href="https://payments.wikimedia.org/index.php/Special:PayflowProGateway?paypal=true&masthead=Jimmy-masthead&form_name=TwoColumnLetter&text_template=2010/JimmyAppealLong&language=en">Donate with PayPal</a>.', |
| 101 | + 'payflowpro_gateway-paypal' => 'Have a PayPal account? <a href="https://payments.wikimedia.org/index.php/Special:PayflowProGateway?paypal=true&masthead=none&form_name=TwoColumnLetter&text_template=2010/JimmyAppealLong&language=en">Donate with PayPal</a>.', |
102 | 102 | 'payflowpro_gateway-credit-storage-processing' => 'We do not store your credit card information, and your personal data is subject to our <a href="http://wikimediafoundation.org/wiki/Donor_Privacy_Policy">privacy policy</a>.', |
103 | 103 | 'payflowpro_gateway-token-mismatch' => 'Your session has expired. Please try filling out and submitting the form again.', |
104 | 104 | 'payflowpro_gateway-cc-form-header-personal' => 'Billing information', |