r74374 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74373‎ | r74374 | r74375 >
Date:18:14, 6 October 2010
Author:kaldari
Status:deferred
Tags:
Comment:
Adding paypal link to horizontal form
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumn.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumn.php
@@ -32,6 +32,7 @@
3333 global $wgPayflowGatewayHeader, $wgPayflwGatewayTest, $wgOut;
3434 $form = $this->generateBannerHeader();
3535
 36+ $form .= Xml::Tags( 'p', array( 'id' => 'payflowpro_gateway-cc_otherways' ), wfMsg( 'payflowpro_gateway-paypal' ));
3637 $form .= Xml::openElement( 'div', array( 'id' => 'mw-creditcard' ) );
3738
3839 // provide a place at the top of the form for displaying general messages

Status & tagging log