Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -68,6 +68,8 @@ |
69 | 69 | |
70 | 70 | $form = '<tr>'; |
71 | 71 | $form .= '<td class="label"> </td>'; |
| 72 | + $form .= '<td>'; |
| 73 | + |
72 | 74 | // submit button |
73 | 75 | $form .= Xml::openElement( 'div', array( 'id' => 'mw-donate-submit-button' ) ); |
74 | 76 | // $form .= Xml::submitButton( wfMsg( 'payflowpro_gateway-submit-button' )); |
— | — | @@ -77,6 +79,7 @@ |
78 | 80 | Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/padlock.gif", 'style' => 'vertical-align:baseline;margin-right:4px;' ) ) . 'Your credit / debit card will be securely processed.'; |
79 | 81 | $form .= Xml::closeElement( 'div' ); // close div#payflowpro_gateway-donate-submessage |
80 | 82 | |
| 83 | + $form .= '</td>'; |
81 | 84 | $form .= '</tr>'; |
82 | 85 | return $form; |
83 | 86 | } |