change default donation

This commit is contained in:
Eric Reed 2014-02-08 18:46:15 -05:00
parent e471daf7ef
commit c9ae70ff2d

View File

@ -18,7 +18,7 @@
</div>
<h3>Support the Media Browser Team</h3>
<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 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>
<select id="donateAmt" name="amount">
<option value="10">$10</option>
<option value="15">$15</option>
<option value="15" selected="selected">$15</option>
<option value="20">$20</option>
<option value="30">$30</option>
<option value="50">$50</option>