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

Revision: 97944
Author:   awjrichards
Date:     2011-09-23 18:06:41 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
MFT r97943

Modified Paths:
--------------
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html

Property Changed:
----------------
    
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html

Modified: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
===================================================================
--- 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
    2011-09-23 18:04:33 UTC (rev 97943)
+++ 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
    2011-09-23 18:06:41 UTC (rev 97944)
@@ -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>
@@ -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();


Property changes on: 
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html
___________________________________________________________________
Added: svn:mergeinfo
   + 
/trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-96114,96125,96127-97926,97928,97943


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

Reply via email to