index.org: Use paypal button instead of "Make a donation" text.

This commit is contained in:
Bastien Guerry 2011-01-03 10:16:38 +01:00
parent df7db40794
commit f4a6ef5449
1 changed files with 4 additions and 1 deletions

View File

@ -72,7 +72,10 @@
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="EUR" />
<input type="hidden" name="tax" value="0" />
<input type="image" src="http://lumiere.ens.fr/~guerry/bhl/img/donation.png" name="submit" alt="Make a donation!" />
<input type="image" style="text-align:right;margin-left:auto;margin-right:0px;border-style:none;"
src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif"
name="submit"
alt="Make payments with PayPal - it's fast, free and secure!" />
</div>
</form>