Author: phobos Date: 2010-12-09 18:29:48 +0000 (Thu, 09 Dec 2010) New Revision: 23917
Modified: website/trunk/donate/en/donate.wml Log: make the google checkout button conform to our standards. Modified: website/trunk/donate/en/donate.wml =================================================================== --- website/trunk/donate/en/donate.wml 2010-12-09 18:23:02 UTC (rev 23916) +++ website/trunk/donate/en/donate.wml 2010-12-09 18:29:48 UTC (rev 23917) @@ -160,10 +160,7 @@ } } </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"> +<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"> <input name="item_name_1" type="hidden" value="Donate to the Tor Project"/> <input name="item_description_1" type="hidden" value="Tor is written @@ -174,19 +171,8 @@ <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"/> - <table cellpadding="5" cellspacing="0" width="1%"> - <tr> - <td align="right" nowrap="nowrap" width="1%">$ <input -id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; -this.value='';" size="6" type="text" value="25.00"/> - </td> - <td align="left" width="1%"> - <input alt="Donate" -src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=250937139555708&w=115&h=50&style=white&variant=text&loc=en_US" -type="image"/> - </td> - </tr> - </table> + $ <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=white&variant=text&loc=en_US" type="image"/> </form> </div> </div>
