Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | <td><label><input type="radio" name="amountRadio" value="50" /> $50</label></td> |
87 | 87 | <td><label><input type="radio" name="amountRadio" value="100" /> $100</label></td> |
88 | 88 | <td><label><input type="radio" name="amountRadio" value="250" /> $250</label></td> |
89 | | - <td><label><input type="radio" name="amountRadio" id="input_amount_other" value="other" /> $<input type="text" class="txt-sm hint" name="amountGiven" size="4" id="other-amount" title="Other..." onfocus="this.form.input_amount_other.checked=true;"/></label></td> |
| 89 | + <td><input type="radio" name="amountRadio" id="input_amount_other" value="other" /> <label>$<input type="text" class="txt-sm hint" name="amountGiven" size="4" id="other-amount" title="Other..." onfocus="this.form.input_amount_other.checked=true;"/></label></td> |
90 | 90 | </tr> |
91 | 91 | </table> |
92 | 92 | |