https://www.mediawiki.org/wiki/Special:Code/MediaWiki/101917
Revision: 101917
Author: pgehres
Date: 2011-11-03 23:44:26 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
Fixing references to webitects_2_3step.ie6, FU r101852
Modified Paths:
--------------
trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php
Modified:
trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php
===================================================================
---
trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php
2011-11-03 23:42:34 UTC (rev 101916)
+++
trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php
2011-11-03 23:44:26 UTC (rev 101917)
@@ -64,6 +64,12 @@
'localBasePath' => dirname( __FILE__ ),
'remoteExtPath' => $wgDonationInterfaceRapidHtmlRemoteExtPath,
);
+$wgResourceModules[ 'di.form.rapidhtml.webitects.2nd' ] = array(
+ 'styles' => 'css/webitects2nd.css',
+ 'dependencies' => 'di.form.rapidhtml.webitects',
+ 'localBasePath' => dirname( __FILE__ ),
+ 'remoteExtPath' => $wgDonationInterfaceRapidHtmlRemoteExtPath,
+);
// GlobalCollect
$wgResourceModules[ 'gc.form.rapidhtml.webitects' ] = array(
@@ -74,11 +80,22 @@
'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
);
$wgResourceModules[ 'gc.form.rapidhtml.webitects.ie6' ] = array(
- 'styles' => 'css/webitects_2_3step.ie6.css',
- 'dependencies' => 'gc.form.rapidhtml.webitects',
+ 'dependencies' => array(
+ 'di.form.rapidhtml.webitects.ie6',
+ 'gc.form.rapidhtml.webitects'
+ ),
'localBasePath' => dirname( __FILE__
).'/../../globalcollect_gateway/forms',
'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
);
+$wgResourceModules[ 'gc.form.rapidhtml.webitects.2nd' ] = array(
+ 'styles' => '',
+ 'dependencies' => array(
+ 'gc.form.rapidhtml.webitects',
+ 'di.form.rapidhtml.webitects.2nd'
+ ),
+ 'localBasePath' => dirname( __FILE__
).'/../../globalcollect_gateway/forms',
+ 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath,
+);
// PayflowPro
$wgResourceModules[ 'pfp.form.rapidhtml.webitects' ] = array(
@@ -92,8 +109,10 @@
'remoteExtPath' => $wgPayflowRapidHtmlRemoteExtPath,
);
$wgResourceModules[ 'pfp.form.rapidhtml.webitects.ie6' ] = array(
- 'styles' => '', //css/webitects_2_3step.ie6.css',
- 'dependencies' => 'pfp.form.rapidhtml.webitects',
+ 'dependencies' => array(
+ 'di.form.rapidhtml.webitects.ie6',
+ 'pfp.form.rapidhtml.webitects',
+ ),
'localBasePath' => dirname( __FILE__
).'/../../payflowpro_gateway/forms',
'remoteExtPath' => $wgPayflowRapidHtmlRemoteExtPath,
);
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs