r79220 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79219‎ | r79220 | r79221 >
Date:00:41, 30 December 2010
Author:kaldari
Status:deferred
Tags:
Comment:
correct URL for wordmarks
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnPremium.css (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnPremium.css
@@ -11,8 +11,8 @@
1212 #premium-language {
1313 text-align: center;
1414 background-color: #162b46;
15 - width:160px;
16 - height: 100px;
 15+ width:200px;
 16+ height: 92px;
1717 margin: 0 auto;
1818 }
1919
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php
@@ -29,7 +29,7 @@
3030 $form .= Xml::closeElement( 'div' ); // close div#premium-size
3131 $form .= wfMsg( 'payflowpro_gateway-on-the-back' ) . "<br/>";
3232 $form .= Xml::openElement( 'div', array( 'id' => 'premium-language' ) );
33 - $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/".$wgRequest->getText( 'premium_language' )."-wordmark.png", 'width' => '150', 'height' => '90' ) );
 33+ $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/wordmarks/".$wgRequest->getText( 'premium_language' )."-wordmark.png", 'width' => '150', 'height' => '90' ) );
3434 $form .= Xml::closeElement( 'div' ); // close div#premium-language
3535 $form .= Xml::closeElement( 'div' ); // close div#premium-values
3636 $form .= Xml::closeElement( 'div' ); // close div#premium-confirmation

Status & tagging log