Changeset - 3ae257e7a50b
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-05-01 02:25:49
bkuhn@ebb.org
Make Google Checkout popup rather than there by default.
1 file changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/campaign/index.html
Show inline comments
...
 
@@ -230,7 +230,10 @@ evbind(document.getElementById('bank-account-form'), 'submit',
 
</script>
 
- 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 -->
 
<script type="text/javascript"> 
 
function validateAmount(amount){
...
 
@@ -263,6 +266,8 @@ function validateAmount(amount){
 
    </table>
 
</form>
 
<!-- Google Checkout end -->
 
    </div><!-- /.toggle-content -->
 
</div><!-- /.toggle.unit -->
 

	
 
<div class="toggle-unit">
 
    <h4 class="toggle-control" data-text="Donate by Wire Transfer?" 
0 comments (0 inline, 0 general)