Remove ?'s and just list them out as other donation methods.
This commit is contained in:
parent
a08c3dd90c
commit
fa1dc618df
1 changed files with 8 additions and 6 deletions
|
@ -226,9 +226,11 @@ 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">
|
||||
|
@ -266,8 +268,8 @@ function validateAmount(amount){
|
|||
</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
|
||||
|
@ -277,8 +279,8 @@ function validateAmount(amount){
|
|||
</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/>
|
||||
|
|
Loading…
Reference in a new issue