Template:2011FR/Form-section-radiobuttons: Difference between revisions

Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 9:
#radiobuttons-table-body{
margin-left: -5px;
}
 
#input_amount_other_box{
color: #aaaaaa;
}
 
Line 18 ⟶ 22:
box.checked = true;
box.value = "";
box.style.color = "#000000";
}
 
function resetOther(box){
box.value = "</html>{{{donate-amount-other|<html>Other:</html>}}}<html>";
box.style.color = "#aaaaaa";
}
 
Line 66 ⟶ 70:
<td style="white-space:nowrap;">
<input type="radio" name="amount" id="input_amount_other" value="" />
$<input type="text" name="amountGiven" id="input_amount_other_box" size="2" autocomplete="off" value="</html>{{{donate-amount-other|<html>Other:</html>}}}<html>" onfocus="clearOther(this)"/>
</td>
</tr>