Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html |
— | — | @@ -240,17 +240,6 @@ |
241 | 241 | // ensure all jQuery instances are set to 1.4.2 |
242 | 242 | jQuery = $; |
243 | 243 | $j = $; |
244 | | - |
245 | | - // This form is radically broken in IE6 |
246 | | - // Redirecting them to another page |
247 | | - // TODO: handle this in the banner |
248 | | - if (jQuery.browser.msie && jQuery.browser.version.substr(0,1)<7){ |
249 | | - //get the current querystring |
250 | | - var qs = window.location.search.substring(1); |
251 | | - // redirect IE6 people to another form |
252 | | - window.location.replace("https://wikimediafoundation.org/wiki/Special:LandingCheck?language=en&landing_page=L11_ExtraInfo_0902_N&utm_campaign=C_0916_Webitects_US_ie6&utm_source=B_BR_0916_US&country_code=US&referrer=webitects2"); |
253 | | - } |
254 | | - |
255 | 244 | |
256 | 245 | // check for RapidHtml errors and display, if any |
257 | 246 | var amountErrors = ['#general|escape','#retryMsg|escape','#amount|escape'], |
— | — | @@ -317,7 +306,7 @@ |
318 | 307 | // set the action to go to PayPal |
319 | 308 | $('input[name="gateway"]').val("paypal"); |
320 | 309 | $('input[name="PaypalRedirect"]').val("1"); |
321 | | - $("#loading").html("<img src='../images/loading.gif' /> Redirecting to PayPal…"); |
| 310 | + $("#loading").html("<img src='@script_path/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-white.gif' /> Redirecting to PayPal…"); |
322 | 311 | document.paypalcontribution.action = "@action"; |
323 | 312 | document.paypalcontribution.submit(); |
324 | 313 | } |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html |
— | — | @@ -289,7 +289,7 @@ |
290 | 290 | // set the action to go to PayPal |
291 | 291 | $("input[name=gateway]").val("paypal"); |
292 | 292 | document.paypalcontribution.action = "https://wikimediafoundation.org/wiki/Special:ContributionTracking/en"; |
293 | | - $("#loading").html("<img src='../images/loading.gif' /> Redirecting to PayPal…"); |
| 293 | + $("#loading").html("<img src='@script_path/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-green.gif' /> Redirecting to PayPal…"); |
294 | 294 | document.paypalcontribution.submit(); |
295 | 295 | } |
296 | 296 | }); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html |
— | — | @@ -290,7 +290,7 @@ |
291 | 291 | // set the action to go to PayPal |
292 | 292 | $("input[name=gateway]").val("paypal"); |
293 | 293 | document.paypalcontribution.action = "https://wikimediafoundation.org/wiki/Special:ContributionTracking/en"; |
294 | | - $("#loading").html("<img src='../images/loading.gif' /> Redirecting to PayPal…"); |
| 294 | + $("#loading").html("<img src='@script_path/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-green.gif' /> Redirecting to PayPal…"); |
295 | 295 | document.paypalcontribution.submit(); |
296 | 296 | } |
297 | 297 | }); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2.html |
— | — | @@ -293,7 +293,7 @@ |
294 | 294 | // set the action to go to PayPal |
295 | 295 | $("input[name=gateway]").val("paypal"); |
296 | 296 | document.paypalcontribution.action = "https://wikimediafoundation.org/wiki/Special:ContributionTracking/en"; |
297 | | - $("#loading").html("<img src='../images/loading.gif' /> Redirecting to PayPal…"); |
| 297 | + $("#loading").html("<img src='@script_path/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-white.gif' /> Redirecting to PayPal…"); |
298 | 298 | document.paypalcontribution.submit(); |
299 | 299 | } |
300 | 300 | }); |