Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | |
25 | 25 | $form .= Xml::openElement( 'div', array( 'id' => 'premium-confirmation' ) ); |
26 | 26 | $form .= Xml::tags( 'div', array( 'id' => 'premium-header' ), wfMsg( 'payflowpro_gateway-tshirt-confirmation' ) ); |
27 | | - $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/Wikipedia-ten-tshirt-back.jpg", 'width' => '300', 'height' => '300' ) ) . "<br/>"; |
| 27 | + $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/wikipedia-ten-tshirt-front.png", 'width' => '300', 'height' => '280' ) ) . "<br/>"; |
28 | 28 | $form .= Xml::openElement( 'div', array( 'id' => 'premium-values' ) ); |
29 | 29 | $form .= Xml::openElement( 'div', array( 'id' => 'premium-size' ) ); |
30 | 30 | $sizeDisplay = '<span id="size-display">'.$wgRequest->getText( 'size' ).'</span>'; |
Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/includes/Wikipedia-ten-tshirt-back.jpg |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/includes/wikipedia-ten-tshirt-front.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/includes/wikipedia-ten-tshirt-front.png |
___________________________________________________________________ |
Added: svn:mime-type |
31 | 31 | + application/octet-stream |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
32 | 32 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php:r79301-79303 |
Property changes on: branches/fundraising/deployment/DonationInterface |
___________________________________________________________________ |
Modified: svn:mergeinfo |
33 | 33 | Merged /trunk/extensions/DonationInterface:r79301-79303 |