Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | $form .= Xml::closeElement( 'div' ); // close div#payflowpro_gateway-form-submit |
163 | 163 | |
164 | 164 | // paypal submit button |
165 | | - $form = Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-form-submit-paypal' ) ); |
| 165 | + $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-form-submit-paypal' ) ); |
166 | 166 | $form .= Xml::openElement( 'div', array( 'id' => 'mw-donate-submit-button' ) ); |
167 | 167 | $form .= Html::hidden( 'PaypalRedirect', false ); |
168 | 168 | $form .= Xml::element( 'input', array( 'class' => 'button-plain', 'value' => wfMsg( 'payflowpro_gateway-paypal-button' ), 'onclick' => 'document.payment.PaypalRedirect.value=\'true\';document.payment.submit();', 'type' => 'submit' ) ); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter5.css |
— | — | @@ -106,6 +106,10 @@ |
107 | 107 | width:300px !important; |
108 | 108 | } |
109 | 109 | |
| 110 | +payflowpro_gateway-form-submit-paypal { |
| 111 | + display: none; |
| 112 | +} |
| 113 | + |
110 | 114 | /* Hiding stuff we don't need */ |
111 | 115 | h1#firstHeading, div#contentSub { |
112 | 116 | display: none; |