Index: trunk/extensions/DonationInterface/gateway_forms/rapidhtml/RapidHtmlResources.php |
— | — | @@ -64,6 +64,12 @@ |
65 | 65 | 'localBasePath' => dirname( __FILE__ ), |
66 | 66 | 'remoteExtPath' => $wgDonationInterfaceRapidHtmlRemoteExtPath, |
67 | 67 | ); |
| 68 | +$wgResourceModules[ 'di.form.rapidhtml.webitects.2nd' ] = array( |
| 69 | + 'styles' => 'css/webitects2nd.css', |
| 70 | + 'dependencies' => 'di.form.rapidhtml.webitects', |
| 71 | + 'localBasePath' => dirname( __FILE__ ), |
| 72 | + 'remoteExtPath' => $wgDonationInterfaceRapidHtmlRemoteExtPath, |
| 73 | +); |
68 | 74 | |
69 | 75 | // GlobalCollect |
70 | 76 | $wgResourceModules[ 'gc.form.rapidhtml.webitects' ] = array( |
— | — | @@ -74,11 +80,22 @@ |
75 | 81 | 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |
76 | 82 | ); |
77 | 83 | $wgResourceModules[ 'gc.form.rapidhtml.webitects.ie6' ] = array( |
78 | | - 'styles' => 'css/webitects_2_3step.ie6.css', |
79 | | - 'dependencies' => 'gc.form.rapidhtml.webitects', |
| 84 | + 'dependencies' => array( |
| 85 | + 'di.form.rapidhtml.webitects.ie6', |
| 86 | + 'gc.form.rapidhtml.webitects' |
| 87 | + ), |
80 | 88 | 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
81 | 89 | 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |
82 | 90 | ); |
| 91 | +$wgResourceModules[ 'gc.form.rapidhtml.webitects.2nd' ] = array( |
| 92 | + 'styles' => '', |
| 93 | + 'dependencies' => array( |
| 94 | + 'gc.form.rapidhtml.webitects', |
| 95 | + 'di.form.rapidhtml.webitects.2nd' |
| 96 | + ), |
| 97 | + 'localBasePath' => dirname( __FILE__ ).'/../../globalcollect_gateway/forms', |
| 98 | + 'remoteExtPath' => $wgGlobalCollectRapidHtmlRemoteExtPath, |
| 99 | +); |
83 | 100 | |
84 | 101 | // PayflowPro |
85 | 102 | $wgResourceModules[ 'pfp.form.rapidhtml.webitects' ] = array( |
— | — | @@ -92,8 +109,10 @@ |
93 | 110 | 'remoteExtPath' => $wgPayflowRapidHtmlRemoteExtPath, |
94 | 111 | ); |
95 | 112 | $wgResourceModules[ 'pfp.form.rapidhtml.webitects.ie6' ] = array( |
96 | | - 'styles' => '', //css/webitects_2_3step.ie6.css', |
97 | | - 'dependencies' => 'pfp.form.rapidhtml.webitects', |
| 113 | + 'dependencies' => array( |
| 114 | + 'di.form.rapidhtml.webitects.ie6', |
| 115 | + 'pfp.form.rapidhtml.webitects', |
| 116 | + ), |
98 | 117 | 'localBasePath' => dirname( __FILE__ ).'/../../payflowpro_gateway/forms', |
99 | 118 | 'remoteExtPath' => $wgPayflowRapidHtmlRemoteExtPath, |
100 | 119 | ); |