Template:2011FR/Form-section-radiobuttons: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 12:
</style>
<script type="text/javascript">
function clearOther(box){
box.checked = true;
box.value = "";
box.color = "#000000";
}
function resetOther(box){
box.value = "</html>{{{donate-amount-other|<html>Other:</html>}}}<html>";
box.color = "#aaaaaa";
}
</script>
<div id="radiobuttons-table-header">
Line 51 ⟶ 66:
<td style="white-space:nowrap;">
<input type="radio" name="amount" id="input_amount_other" value="" />
$<input type="text" name="amountGiven" size="2" autocomplete="off" value="</html>{{{donate-amount-other|<html>Other:</html>}}}<html>" onfocus="
</td>
</tr>
|