Template:2011FR/lp-form-US7amounts-extrainfo-noppval2: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Jalexander (talk | contribs) turn cc status back on but using 1st step button so that we can still turn off if cc server down |
Jalexander (talk | contribs) m 14 revisions from foundation:Template:2011FR/lp-form-US7amounts-extrainfo-noppval2: import to test |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<html> |
<html> |
||
<style type="text/css"> |
<style type="text/css"> |
||
input:-webkit-autofill { |
|||
color: #fff !important; |
|||
} |
|||
#donation-form |
#donation-form |
||
{ |
{ |
||
Line 309: | Line 311: | ||
if (keycode == 13) |
if (keycode == 13) |
||
{ |
{ |
||
if (document.getElementById('cc-donate- |
if (document.getElementById('cc-donate-button_step1').style.display == "block") |
||
{ |
{ |
||
redirectPayment('cc'); |
redirectPayment('cc'); |
||
Line 370: | Line 372: | ||
$('#cc-donate-button').css( 'display', 'block'); |
$('#cc-donate-button').css( 'display', 'block'); |
||
$('#cc-donate-button_step1').css( 'display', 'none'); |
$('#cc-donate-button_step1').css( 'display', 'none'); |
||
$('#paypal-donate-button').css( 'display', 'none'); |
|||
} |
} |
||
Line 472: | Line 475: | ||
<div id="cc-donate-button"> |
<div id="cc-donate-button"> |
||
<input type="button" value="Continue" class="button" onclick="redirectPayment('cc');"/> |
<input type="button" value=" Continue " class="button" onclick="redirectPayment('cc');"/> |
||
</div> |
</div> |
||
Latest revision as of 23:51, 19 October 2011