Template:2011FR/lp-form-US7amounts-extrainfo-noppval2: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
initializing |
buttons |
||
Line 66: | Line 66: | ||
{ |
{ |
||
font-size: 0.9em; |
font-size: 0.9em; |
||
display: |
display: none; |
||
margin: 0.5em 0; |
margin: 0.5em 0; |
||
} |
} |
||
Line 157: | Line 157: | ||
{ |
{ |
||
text-align:center; |
text-align:center; |
||
} |
|||
#cc-donate-button |
|||
{ |
|||
display: none; |
|||
} |
} |
||
Line 359: | Line 364: | ||
document.paypalcontribution.submit(); |
document.paypalcontribution.submit(); |
||
} |
} |
||
} |
|||
function showCCForm(){ |
|||
$('card-info-block').animate( { display: table }, 1000 ) |
|||
$('cc-donate-button').css( 'display', 'table'); |
|||
$('cc-donate-button_step1').css( 'display', 'none'); |
|||
} |
} |
||
Line 454: | Line 465: | ||
</div> |
</div> |
||
</div> |
</div> |
||
</div> |
|||
<div id="cc-donate-button_step1"> |
|||
<input type="button" value="</html>{{{creditcard-label}}}<html>" class="button" onclick="showCCForm();"/> |
|||
</div> |
</div> |
||
<div id="cc-donate-button"> |
<div id="cc-donate-button"> |
||
<input type="button" value=" |
<input type="button" value="Continue" class="button" onclick="redirectPayment('cc');"/> |
||
</div> |
</div> |
||
Revision as of 06:48, 9 September 2011