Changeset - fa1dc618df46
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-05-01 03:57:41
bkuhn@ebb.org
Remove ?'s and just list them out as other donation methods.
1 file changed with 8 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/campaign/index.html
Show inline comments
...
 
@@ -223,15 +223,17 @@ evbind(document.getElementById('bank-account-form'), 'submit',
 
    });
 
});
 

	
 
</script>
 
- Balanced end -->
 

	
 
<p>
 
Other donation methods:
 
<div class="toggle-unit">
 
    <h4 class="toggle-control" data-text="Donating by Google Checkout?" 
 
    data-expanded-text="Donate by Google Checkout:">Donating by Google Checkout?</h4>
 
    <h4 class="toggle-control" data-text="Google Checkout" 
 
    data-expanded-text="Google Checkout:">Google Checkout</h4>
 
    <div class="toggle-content">
 
<!-- Google Checkout start -->
 
<script type="text/javascript"> 
 
function validateAmount(amount){
 
    if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
 
        return true;
...
 
@@ -263,25 +265,25 @@ function validateAmount(amount){
 
</form>
 
<!-- Google Checkout end -->
 
    </div><!-- /.toggle-content -->
 
</div><!-- /.toggle.unit -->
 

	
 
<div class="toggle-unit">
 
    <h4 class="toggle-control" data-text="Donating by Wire Transfer?" 
 
    data-expanded-text="Donate by Wire Transfer:">Donating by Wire Transfer?</h4>
 
    <h4 class="toggle-control" data-text="Wire Transfer" 
 
    data-expanded-text="Wire Transfer:">Wire Transfer</h4>
 
    <div class="toggle-content">
 
        Please
 
            contact <a href="mailto:accounting@sfconservancy.org">Conservancy
 
            by email</a><br/> for wire transfer instructions.<br/>
 
            Please Include your currency and country.<br/>
 
    </div><!-- /.toggle-content -->
 
</div><!-- /.toggle.unit -->
 

	
 
<div class="toggle-unit">
 
    <h4 class="toggle-control" data-text="Donating by Paper Check?" 
 
    data-expanded-text="Donate by Paper Check:">Donating by Paper Check?</h4>
 
    <h4 class="toggle-control" data-text="Paper Check" 
 
    data-expanded-text="Paper Check:">Paper Check</h4>
 
    <div class="toggle-content">
 
    Send paper check donations to:<br/>
 
    Software Freedom Conservancy, Inc.<br/>
 
    137 MONTAGUE ST  STE 380<br/>
 
    BROOKLYN, NY 11201-3548<br/>
 
    Please write <q>NPO ACCOUNTING</q> in the memo line. 
0 comments (0 inline, 0 general)