r97928 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97927‎ | r97928 | r97929 >
Date:17:12, 23 September 2011
Author:kaldari
Status:ok
Tags:
Comment:
fixing focus issue for other amount field
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
@@ -85,7 +85,7 @@
8686 <td><label><input type="radio" name="amountRadio" value="50" /> $50</label></td>
8787 <td><label><input type="radio" name="amountRadio" value="100" /> $100</label></td>
8888 <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>
9090 </tr>
9191 </table>
9292

Follow-up revisions

RevisionCommit summaryAuthorDate
r97929MFT r97928awjrichards17:14, 23 September 2011
r97942Reverting r97940, clobbers fix from r97928awjrichards18:03, 23 September 2011
r97943Quick fix for RapidHTML bug, without clobbering r97928, FU 97940pgehres18:04, 23 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97836Adding back webitects form for this week as well as some fixes for PayPal don...pgehres18:57, 22 September 2011

Status & tagging log