Make Google Checkout popup rather than there by default.
This commit is contained in:
parent
d3534ed6d0
commit
3ae257e7a5
1 changed files with 6 additions and 1 deletions
|
@ -230,7 +230,10 @@ evbind(document.getElementById('bank-account-form'), 'submit',
|
||||||
</script>
|
</script>
|
||||||
- Balanced end -->
|
- Balanced end -->
|
||||||
|
|
||||||
<h4>Prefer Google Checkout?</h4>
|
<div class="toggle-unit">
|
||||||
|
<h4 class="toggle-control" data-text="Donate by Google Checkout?"
|
||||||
|
data-expanded-text="Donate by Google Checkout:">Donate by Google Checkout?</h4>
|
||||||
|
<div class="toggle-content">
|
||||||
<!-- Google Checkout start -->
|
<!-- Google Checkout start -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function validateAmount(amount){
|
function validateAmount(amount){
|
||||||
|
@ -263,6 +266,8 @@ function validateAmount(amount){
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<!-- Google Checkout end -->
|
<!-- Google Checkout end -->
|
||||||
|
</div><!-- /.toggle-content -->
|
||||||
|
</div><!-- /.toggle.unit -->
|
||||||
|
|
||||||
<div class="toggle-unit">
|
<div class="toggle-unit">
|
||||||
<h4 class="toggle-control" data-text="Donate by Wire Transfer?"
|
<h4 class="toggle-control" data-text="Donate by Wire Transfer?"
|
||||||
|
|
Loading…
Reference in a new issue