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