User:Pcoombe/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 126:
</td>
<td class="radiobuttons-cell input_amount_other">
<input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();">
<label for="input_amount_other">Other</label>
<fieldset>
<label>€</label>
<input type="text" id="input_amount_other_box" size="3" autocomplete="off" value="" onfocus="clearOther(this);">
</fieldset>
</td>