change default donation
This commit is contained in:
parent
e471daf7ef
commit
c9ae70ff2d
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
<h3>Support the Media Browser Team</h3>
|
<h3>Support the Media Browser Team</h3>
|
||||||
<p>
|
<p>
|
||||||
Help ensure the continued development and support of this product. A portion of all donations will be contributed to other <a href="about.html">free tools</a> we depend on.
|
Help ensure the continued development of this product by donating a minimum of $10 (greater amounts greatly appreciated). A portion of all donations will be contributed to other <a href="about.html">free tools</a> we depend on.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-a supporterOnly">
|
<p style="display: none; padding: 1em; border-radius: 5px; font-weight: normal;" class="ui-bar-a supporterOnly">
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
<label for="donateAmt">Amount (USD)</label>
|
<label for="donateAmt">Amount (USD)</label>
|
||||||
<select id="donateAmt" name="amount">
|
<select id="donateAmt" name="amount">
|
||||||
<option value="10">$10</option>
|
<option value="10">$10</option>
|
||||||
<option value="15">$15</option>
|
<option value="15" selected="selected">$15</option>
|
||||||
<option value="20">$20</option>
|
<option value="20">$20</option>
|
||||||
<option value="30">$30</option>
|
<option value="30">$30</option>
|
||||||
<option value="50">$50</option>
|
<option value="50">$50</option>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue