http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97928

Revision: 97928
Author:   kaldari
Date:     2011-09-23 17:12:01 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
fixing focus issue for other amount field

Modified Paths:
--------------
    
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html

Modified: 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
===================================================================
--- 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
   2011-09-23 17:00:23 UTC (rev 97927)
+++ 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
   2011-09-23 17:12:01 UTC (rev 97928)
@@ -85,7 +85,7 @@
                                 <td><label><input type="radio" 
name="amountRadio" value="50" /> $50</label></td>
                                 <td><label><input type="radio" 
name="amountRadio" value="100" /> $100</label></td>
                                 <td><label><input type="radio" 
name="amountRadio" value="250" /> $250</label></td>
-                                <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>
+                                <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>
                             </tr>
                         </table>
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to