Andrew Lewman commited on 2010-11-29 00:29:05
Zeige 1 geänderte Dateien mit 8 Einfügungen und 8 Löschungen.
| ... | ... |
@@ -97,16 +97,16 @@ |
| 97 | 97 |
<input type="hidden" name="cancel_return" value="https://www.torproject.org/donate/donate.html.en"/> |
| 98 | 98 |
</tr> |
| 99 | 99 |
<tr> |
| 100 |
- <td><input type="radio" value="10.00"> 10</td> |
|
| 101 |
- <td><input type="radio" value="20.00" checked="checked"> 20</td> |
|
| 102 |
- <td><input type="radio" value="50.00"> 50</td> |
|
| 103 |
- <td><input type="radio" value="100.00"> 100</td> |
|
| 100 |
+ <td><input type="radio" name="a3" value="10.00"> 10</td> |
|
| 101 |
+ <td><input type="radio" name="a3" value="20.00" checked="checked"> 20</td> |
|
| 102 |
+ <td><input type="radio" name="a3" value="50.00"> 50</td> |
|
| 103 |
+ <td><input type="radio" name="a3" value="100.00"> 100</td> |
|
| 104 | 104 |
</tr> |
| 105 | 105 |
<tr> |
| 106 |
- <td><input type="radio" value="250.00"> 250</td> |
|
| 107 |
- <td><input type="radio" value="500.00"> 500</td> |
|
| 108 |
- <td><input type="radio" value="1000.00"> 1,000</td> |
|
| 109 |
- <td><input type="radio" value="5000.00"> 5,000</td> |
|
| 106 |
+ <td><input type="radio" name="a3" value="250.00"> 250</td> |
|
| 107 |
+ <td><input type="radio" name="a3" value="500.00"> 500</td> |
|
| 108 |
+ <td><input type="radio" name="a3" value="1000.00"> 1,000</td> |
|
| 109 |
+ <td><input type="radio" name="a3" value="5000.00"> 5,000</td> |
|
| 110 | 110 |
</tr> |
| 111 | 111 |
</table> |
| 112 | 112 |
</form> |
| 113 | 113 |