Make Google Checkout popup rather than there by default.

This commit is contained in:
Bradley M. Kuhn 2013-04-30 22:25:49 -04:00
parent d3534ed6d0
commit 3ae257e7a5

View file

@ -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?"