Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter.php |
— | — | @@ -36,6 +36,8 @@ |
37 | 37 | |
38 | 38 | $form .= Xml::openElement( 'td', array( 'id' => 'donate', 'valign' => 'top' ) ); |
39 | 39 | |
| 40 | + $form .= Xml::tags( 'h2', array( 'id' => 'donate-head' ), wfMsg( 'payflowpro_gateway-make-your-donation' )); |
| 41 | + |
40 | 42 | // provide a place at the top of the form for displaying general messages |
41 | 43 | if ( $this->form_errors['general'] ) { |
42 | 44 | $form .= Xml::openElement( 'div', array( 'id' => 'mw-payflow-general-error' )); |
— | — | @@ -49,9 +51,6 @@ |
50 | 52 | $form .= Xml::closeElement( 'div' ); // close div#mw-payflow-general-error |
51 | 53 | } |
52 | 54 | |
53 | | - // open form |
54 | | - $form .= Xml::openElement( 'div', array( 'id' => 'mw-creditcard-form' ) ); |
55 | | - |
56 | 55 | // Xml::element seems to convert html to htmlentities |
57 | 56 | $form .= "<p class='creditcard-error-msg'>" . $this->form_errors['retryMsg'] . "</p>"; |
58 | 57 | $form .= Xml::openElement( 'form', array( 'name' => 'payment', 'method' => 'post', 'action' => '', 'onsubmit' => 'return validate_form(this)', 'autocomplete' => 'off' ) ); |
— | — | @@ -69,7 +68,6 @@ |
70 | 69 | protected function generateBillingContainer() { |
71 | 70 | $form = ''; |
72 | 71 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-personal-info' )); |
73 | | - $form .= Xml::tags( 'h3', array( 'class' => 'payflow-cc-form-header','id' => 'payflow-cc-form-header-personal' ), wfMsg( 'payflowpro_gateway-make-your-donation' )); |
74 | 72 | $form .= Xml::openElement( 'table', array( 'id' => 'payflow-table-donor' ) ); |
75 | 73 | $form .= $this->generateBillingFields(); |
76 | 74 | $form .= Xml::closeElement( 'table' ); // close table#payflow-table-donor |
— | — | @@ -145,7 +143,7 @@ |
146 | 144 | |
147 | 145 | $form .= Xml::closeElement( 'form' ); // close form 'payment' |
148 | 146 | $form .= $this->generateDonationFooter(); |
149 | | - $form .= Xml::closeElement( 'td' ); //close div#mw-creditcard |
| 147 | + $form .= Xml::closeElement( 'td' ); |
150 | 148 | $form .= Xml::closeElement( 'tr' ); |
151 | 149 | $form .= Xml::closeElement( 'table' ); |
152 | 150 | return $form; |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter.css |
— | — | @@ -45,6 +45,10 @@ |
46 | 46 | padding-top: .5em; |
47 | 47 | display: block; |
48 | 48 | } |
| 49 | +#payflowpro_gateway-donate-addl-info { |
| 50 | + margin-top:3em !important; |
| 51 | + margin-bottom:1em !important; |
| 52 | +} |
49 | 53 | |
50 | 54 | #appeal { |
51 | 55 | background-color:#F3F3F3; |
— | — | @@ -68,7 +72,7 @@ |
69 | 73 | background-color:#A9D9A3; |
70 | 74 | border:1px solid #5EAC58; |
71 | 75 | padding:16px 24px 24px; |
72 | | - width:350px; |
| 76 | + width:400px; |
73 | 77 | } |
74 | 78 | #donate-head { |
75 | 79 | border-color:#5EAC58; |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/includes/countryCodes.inc |
— | — | @@ -203,7 +203,7 @@ |
204 | 204 | '090' => 'Solomon Islands', |
205 | 205 | '706' => 'Somalia', |
206 | 206 | '710' => 'South Africa', |
207 | | - '239' => 'South Georgia and the South Sandwich Islands', |
| 207 | + //'239' => 'South Georgia and the South Sandwich Islands', |
208 | 208 | '724' => 'Spain', |
209 | 209 | '144' => 'Sri Lanka', |
210 | 210 | '654' => 'Saint Helena', |