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

Revision: 97940
Author:   pgehres
Date:     2011-09-23 17:59:57 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
Quick fix for RapidHTML bug

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:56:28 UTC (rev 97939)
+++ 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
   2011-09-23 17:59:57 UTC (rev 97940)
@@ -35,7 +35,7 @@
     #step2wrapper, #step2header, #step3wrapper, #step3header { display: none; }
        #where-content { font-size: 13px; line-height: 19px; width: 325px; }
 
-    #amountErrorMessages, #billingErrorMessages, #paymentErrorMessages { 
color: #F00; }
+    #amtErrorMessages, #billingErrorMessages, #paymentErrorMessages { color: 
#F00; }
        
 </style> 
 <!--[if lt IE 7]><style>
@@ -73,7 +73,7 @@
 
                 <form method="post" name="paypalcontribution">
                     <div id="step1wrapper">
-                        <div id="amountErrorMessages" class="small"></div>
+                        <div id="amtErrorMessages" class="small"></div>
                         <table id="amount-table-white">
                             <tr>
                                 <td><label><input type="radio" 
name="amountRadio" value="5" /> $5</label></td>
@@ -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><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>
+                                <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>
                             </tr>
                         </table>
 
@@ -272,7 +272,7 @@
                 // show the errors
                 var prevError = false;
                 if( amountErrorString != ""){
-                    $("#amountErrorMessages").html( amountErrorString );
+                    $("#amtErrorMessages").html( amountErrorString );
                     prevError = true;
                                        showStep2(); // init the headers
                                        showStep3();


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

Reply via email to