Author: phobos Date: 2014-02-11 03:08:54 +0000 (Tue, 11 Feb 2014) New Revision: 26606
Added: website/trunk/images/paypal-donate-button.gif Modified: website/trunk/donate/en/donate.wml Log: fix the donate button issue.
Modified: website/trunk/donate/en/donate.wml =================================================================== --- website/trunk/donate/en/donate.wml 2014-02-10 23:21:43 UTC (rev 26605) +++ website/trunk/donate/en/donate.wml 2014-02-11 03:08:54 UTC (rev 26606) @@ -112,8 +112,8 @@ <div> <label for="custom">or enter a donation amount:</label><input type="text" id="amount" class="amount" name="amount"> <input type="hidden" id="a3" name="a3" value="0"> - <input class="donate-btn" type="submit" name="donate" value="Donate" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> - <!-- <input type="image" src="../images/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> --> +<!-- <input class="donate-btn" type="submit" name="donate" value="Donate" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> --> + <input type="image" src="$(IMGROOT)/paypal-donate-button.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> </div> <input type="hidden" id="p3" name="p3" value="1"> <input type="hidden" name="sra" value="1">
Added: website/trunk/images/paypal-donate-button.gif =================================================================== (Binary files differ)
Property changes on: website/trunk/images/paypal-donate-button.gif ___________________________________________________________________ Added: svn:mime-type + image/gif
tor-commits@lists.torproject.org