Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | $form = Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-form-submit' ) ); |
68 | 68 | $form .= Xml::openElement( 'div', array( 'id' => 'mw-donate-submit-button' ) ); |
69 | 69 | // $form .= Xml::submitButton( wfMsg( 'payflowpro_gateway-submit-button' )); |
70 | | - $form .= Xml::element( 'input', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/submit-donation.png", 'alt' => 'Submit donation', 'onclick' => 'submit_form( this )', 'type' => 'submit' ) ); |
| 70 | + $form .= Xml::element( 'input', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/submit-donation-button.png", 'alt' => 'Submit donation', 'onclick' => 'submit_form( this )', 'type' => 'image' ) ); |
71 | 71 | $form .= Xml::closeElement( 'div' ); // close div#mw-donate-submit-button |
72 | 72 | $form .= Xml::openElement( 'div', array( 'class' => 'mw-donate-submessage', 'id' => 'payflowpro_gateway-donate-submessage' ) ) . |
73 | 73 | Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/padlock.gif", 'style' => 'vertical-align:baseline;margin-right:4px;' ) ) . wfMsg( 'payflowpro_gateway-donate-click' ); |