r74464 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74463‎ | r74464 | r74465 >
Date:21:14, 7 October 2010
Author:kaldari
Status:deferred
Tags:
Comment:
fixing paypal link
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter.php
@@ -243,7 +243,9 @@
244244 </script>
245245 EOT;
246246 $form .= $this->generateDonationFooter();
247 -
 247+ if ( $this->paypal ) {
 248+ $form .= Xml::element( 'div', array(), '&nbsp;');
 249+ }
248250 $form .= Xml::closeElement( 'div' ); //close div#mw-creditcard
249251 $form .= Xml::closeElement( 'div' ); //close div#payflowpro_gateway-cc_form_form
250252 $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 @@
9898 'payflowpro_gateway-question-comment' => 'Questions or comments? Contact: <a href="mailto:donate@wikimedia.org">donate@wikimedia.org</a>',
9999 'payflowpro_gateway-donate-click' => 'Your credit card will be securely processed.',
100100 '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>.',
102102 '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>.',
103103 'payflowpro_gateway-token-mismatch' => 'Your session has expired. Please try filling out and submitting the form again.',
104104 'payflowpro_gateway-cc-form-header-personal' => 'Billing information',

Status & tagging log