[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r23878: {website} attempt #1 at fixing the multi-selectable radio buttons in t (website/trunk/donate/en)
Author: phobos
Date: 2010-11-28 23:29:05 +0000 (Sun, 28 Nov 2010)
New Revision: 23878
Modified:
website/trunk/donate/en/donate.wml
Log:
attempt #1 at fixing the multi-selectable radio buttons in the single
donation via paypal section.
Modified: website/trunk/donate/en/donate.wml
===================================================================
--- website/trunk/donate/en/donate.wml 2010-11-28 22:40:02 UTC (rev 23877)
+++ website/trunk/donate/en/donate.wml 2010-11-28 23:29:05 UTC (rev 23878)
@@ -76,7 +76,7 @@
<h4>Make a one-time donation</h4>
<form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<table>
- <tr colspan="2">
+ <tr colspan="2">
<td>Choose your currency:</td>
<td>
<select name="currency_code">
@@ -88,28 +88,28 @@
</td>
</tr>
<tr colspan="2">
- <input type="hidden" name="no_shipping" value="1">
- <input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Make a single donation with PayPal - it's fast, free and secure!"/>
- <input type="hidden" name="cmd" value="_xclick">
- <input type="hidden" name="business" value="donations@xxxxxxxxxxxxxx">
- <input type="hidden" name="item_name" value="Tor">
- <input type="hidden" name="return" value="https://www.torproject.org/donate/donate.html.en"/>
- <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate/donate.html.en"/>
+ <input type="hidden" name="no_shipping" value="1">
+ <input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Make a single donation with PayPal - it's fast, free and secure!"/>
+ <input type="hidden" name="cmd" value="_xclick">
+ <input type="hidden" name="business" value="donations@xxxxxxxxxxxxxx">
+ <input type="hidden" name="item_name" value="Tor">
+ <input type="hidden" name="return" value="https://www.torproject.org/donate/donate.html.en"/>
+ <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate/donate.html.en"/>
</tr>
<tr>
- <td><input type="radio" value="10.00"> 10</td>
- <td><input type="radio" value="20.00" checked="checked"> 20</td>
- <td><input type="radio" value="50.00"> 50</td>
- <td><input type="radio" value="100.00"> 100</td>
+ <td><input type="radio" name="a3" value="10.00"> 10</td>
+ <td><input type="radio" name="a3" value="20.00" checked="checked"> 20</td>
+ <td><input type="radio" name="a3" value="50.00"> 50</td>
+ <td><input type="radio" name="a3" value="100.00"> 100</td>
</tr>
<tr>
- <td><input type="radio" value="250.00"> 250</td>
- <td><input type="radio" value="500.00"> 500</td>
- <td><input type="radio" value="1000.00"> 1,000</td>
- <td><input type="radio" value="5000.00"> 5,000</td>
+ <td><input type="radio" name="a3" value="250.00"> 250</td>
+ <td><input type="radio" name="a3" value="500.00"> 500</td>
+ <td><input type="radio" name="a3" value="1000.00"> 1,000</td>
+ <td><input type="radio" name="a3" value="5000.00"> 5,000</td>
</tr>
</table>
- </form>
+ </form>
</div>
</div>
<!-- END PAYPAL ONE-TIME -->