r98294 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98293‎ | r98294 | r98295 >
Date:00:43, 28 September 2011
Author:kaldari
Status:ok
Tags:fundraising 
Comment:
output the skin override style
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -57,6 +57,11 @@
5858 $wgOut->addExtensionStyle(
5959 "{$wgScriptPath}/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css?284" .
6060 $wgPayFlowProGatewayCSSVersion );
 61+
 62+ // Hide unneeded interface elements
 63+ $wgOut->addExtensionStyle(
 64+ "{$wgScriptPath}/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css?284" .
 65+ $wgPayFlowProGatewayCSSVersion );
6166
6267 $scriptVars = array(
6368 'payflowproGatewayErrorMsgJs' => wfMsg( 'payflowpro_gateway-error-msg-js' ),

Status & tagging log