Index: trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php |
— | — | @@ -97,6 +97,16 @@ |
98 | 98 | 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
99 | 99 | 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |
100 | 100 | ); |
| 101 | +$wgResourceModules[ 'gc.form.rapidhtml.webitects.2nd.US' ] = array( |
| 102 | + 'styles' => '', |
| 103 | + 'scripts' => 'js/webitects2nd-US.js', |
| 104 | + 'dependencies' => array( |
| 105 | + 'gc.form.rapidhtml.webitects', |
| 106 | + 'di.form.rapidhtml.webitects.2nd' |
| 107 | + ), |
| 108 | + 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
| 109 | + 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |
| 110 | +); |
101 | 111 | $wgResourceModules[ 'gc.form.rapidhtml.webitects.bt' ] = array( |
102 | 112 | 'styles' => '', |
103 | 113 | 'scripts' => 'js/webitects.bt.js', |
— | — | @@ -104,6 +114,13 @@ |
105 | 115 | 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
106 | 116 | 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |
107 | 117 | ); |
| 118 | +$wgResourceModules[ 'gc.form.rapidhtml.webitects.dd' ] = array( |
| 119 | + 'styles' => '', |
| 120 | + 'scripts' => 'js/webitects.bt.js', |
| 121 | + 'dependencies' => 'gc.form.rapidhtml.webitects.2nd', |
| 122 | + 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
| 123 | + 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |
| 124 | +); |
108 | 125 | |
109 | 126 | // PayflowPro |
110 | 127 | $wgResourceModules[ 'pfp.form.rapidhtml.webitects' ] = array( |