Author: phobos Date: 2010-12-09 18:35:15 +0000 (Thu, 09 Dec 2010) New Revision: 23919
Modified: website/trunk/donate/en/donate.wml Log: so much easier if I had wml locally. Modified: website/trunk/donate/en/donate.wml =================================================================== --- website/trunk/donate/en/donate.wml 2010-12-09 18:32:11 UTC (rev 23918) +++ website/trunk/donate/en/donate.wml 2010-12-09 18:35:15 UTC (rev 23919) @@ -161,6 +161,8 @@ } </script> <form action="https://checkout.google.com/cws/v2/Donations/250937139555708/checkoutForm" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" onSubmit="return validateAmount(this.item_price_1)" target="_top"> +<table> +<tr> <input name="item_name_1" type="hidden" value="Donate to the Tor Project"/> <input name="item_description_1" type="hidden" value="Tor is written @@ -171,8 +173,14 @@ <input name="item_min_price_1" type="hidden" value="0.01"/> <input name="item_max_price_1" type="hidden" value="25000.0"/> <input name="_charset_" type="hidden" value="utf-8"/> +</tr> +<tr> +<td> $ <input id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; this.value='';" size="6" type="text" value="25.00"/> <input alt="Donate" src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=250937139555708&w=115&h=50&style=trans&variant=text&loc=en_US" type="image"/> +</td> +</tr> +</table> </form> </div> </div>
