Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumn.php |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | protected function generatePersonalContainer() { |
120 | 120 | $form = ''; |
121 | 121 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-personal-info' ) ); ; |
122 | | - $form .= Xml::tags( 'h3', array( 'class' => 'payflow-cc-form-header', 'id' => 'payflow-cc-form-header-personal' ), wfMsg( 'payflowpro_gateway-cc-form-header-personal' ) ); |
| 122 | + //$form .= Xml::tags( 'h3', array( 'class' => 'payflow-cc-form-header', 'id' => 'payflow-cc-form-header-personal' ), wfMsg( 'payflowpro_gateway-cc-form-header-personal' ) ); |
123 | 123 | $form .= Xml::openElement( 'table', array( 'id' => 'payflow-table-donor' ) ); |
124 | 124 | |
125 | 125 | $form .= $this->generatePersonalFields(); |
— | — | @@ -159,7 +159,7 @@ |
160 | 160 | $form = ''; |
161 | 161 | // credit card info |
162 | 162 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-payment-info' ) ); |
163 | | - $form .= Xml::tags( 'h3', array( 'class' => 'payflow-cc-form-header', 'id' => 'payflow-cc-form-header-payment' ), wfMsg( 'payflowpro_gateway-cc-form-header-payment' ) ); |
| 163 | + //$form .= Xml::tags( 'h3', array( 'class' => 'payflow-cc-form-header', 'id' => 'payflow-cc-form-header-payment' ), wfMsg( 'payflowpro_gateway-cc-form-header-payment' ) ); |
164 | 164 | $form .= Xml::openElement( 'table', array( 'id' => 'payflow-table-cc' ) ); |
165 | 165 | |
166 | 166 | $form .= $this->generatePaymentFields(); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter5.css |
— | — | @@ -105,6 +105,9 @@ |
106 | 106 | input.fullwidth { |
107 | 107 | width:300px !important; |
108 | 108 | } |
| 109 | +#footer { |
| 110 | + background-image: none !important; |
| 111 | +} |
109 | 112 | |
110 | 113 | div#payflowpro_gateway-form-submit-paypal { |
111 | 114 | display: none; |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter6.css |
— | — | @@ -115,6 +115,9 @@ |
116 | 116 | table#payflow-table-cc { |
117 | 117 | display: none; |
118 | 118 | } |
| 119 | +#footer { |
| 120 | + background-image: none !important; |
| 121 | +} |
119 | 122 | |
120 | 123 | /* Hiding stuff we don't need */ |
121 | 124 | h1#firstHeading, div#contentSub { |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php |
— | — | @@ -110,10 +110,10 @@ |
111 | 111 | $form = ''; |
112 | 112 | $form .= Xml::openElement( 'div', array( 'class' => 'payflow-cc-form-section', 'id' => 'payflowpro_gateway-donate-addl-info' ) ); |
113 | 113 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-donate-addl-info-secure-logos' ) ); |
114 | | - $form .= Xml::tags( 'p', array( 'class' => '' ), Xml::openElement( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/rapidssl_ssl_certificate.gif" ) ) ); |
| 114 | + $form .= Xml::tags( 'p', array( 'class' => '' ), Xml::openElement( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/rapidssl_ssl_certificate-nonanimated.png" ) ) ); |
115 | 115 | $form .= Xml::closeElement( 'div' ); // close div#payflowpro_gateway-donate-addl-info-secure-logos |
116 | 116 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-donate-addl-info-text' ) ); |
117 | | - $form .= Xml::tags( 'p', array( 'class' => '' ), wfMsg( 'payflowpro_gateway-otherways' ) ); |
| 117 | + $form .= Xml::tags( 'p', array( 'class' => '' ), wfMsg( 'payflowpro_gateway-otherways-short' ) ); |
118 | 118 | $form .= Xml::tags( 'p', array( 'class' => '' ), wfMsg( 'payflowpro_gateway-credit-storage-processing' ) ); |
119 | 119 | $form .= Xml::tags( 'p', array( 'class' => '' ), wfMsg( 'payflowpro_gateway-question-comment' ) ); |
120 | 120 | $form .= Xml::closeElement( 'div' ); // close div#payflowpro_gateway-donate-addl-info-text |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | /** English */ |
13 | 13 | $messages['en'] = array( |
14 | | - 'payflowprogateway' => 'Support Wikipedia with your secure donation', |
| 14 | + 'payflowprogateway' => 'Make your donation now', |
15 | 15 | 'payflowpro_gateway-desc' => 'PayPal Payflow Pro credit card processing', |
16 | 16 | 'payflowpro_gateway-accessible' => 'This page is only accessible from the donation page.', |
17 | 17 | 'payflowpro_gateway-form-message' => 'Use the form below to donate with a credit card, or ', |