Template:2011FR/Form-section-radiobuttons: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
#input_amount_other_box{ |
#input_amount_other_box{ |
||
/* color: #aaaaaa; */ |
|||
color: black; |
color: black; |
||
font-size: 0.8em; |
font-size: 0.8em; |
||
Line 75: | Line 76: | ||
function resetOther(box){ |
function resetOther(box){ |
||
//box.value = "</html>{{int:donate_interface-other}}<html>"; |
|||
box.value = "</html>{{int:donate_interface-other}}<html>"; |
box.value = "</html>{{int:donate_interface-other}}<html>"; |
||
box.style.color = "#aaaaaa"; |
//box.style.color = "#aaaaaa"; |
||
} |
} |
||
function selectAmount(){ |
function selectAmount(){ |
||
document.getElementById("input_amount_other_box").value = "</html>{{int:donate_interface-other}}<html>"; |
//document.getElementById("input_amount_other_box").value = "</html>{{int:donate_interface-other}}<html>"; |
||
document.getElementById("input_amount_other_box"). |
document.getElementById("input_amount_other_box").value = ""; |
||
//document.getElementById("input_amount_other_box").style.color = "#aaaaaa"; |
|||
document.getElementsByName("amountGiven")[0].value=""; |
document.getElementsByName("amountGiven")[0].value=""; |
||
} |
} |
||
Line 157: | Line 160: | ||
<label for="input_amount_other"></html>{{int:donate_interface-other}}<html></label> |
<label for="input_amount_other"></html>{{int:donate_interface-other}}<html></label> |
||
<!-- <input type="text" id="input_amount_other_box" size="3" autocomplete="off" />--> |
<!-- <input type="text" id="input_amount_other_box" size="3" autocomplete="off" />--> |
||
<input type="text" id="input_amount_other_box" size="3" autocomplete="off" value="</html>{{int:donate_interface-other}}<html>" onfocus="clearOther(this)"/> |
<!-- <input type="text" id="input_amount_other_box" size="3" autocomplete="off" value="</html>{{int:donate_interface-other}}<html>" onfocus="clearOther(this)"/> --> |
||
<input type="text" id="input_amount_other_box" size="3" autocomplete="off" value="" onfocus="clearOther(this)"/> |
|||
</td> |
</td> |
||
</tr> |
</tr> |
Revision as of 08:01, 17 November 2011