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

Revision: 96057
Author:   awjrichards
Date:     2011-09-01 22:55:41 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
Fixed credit card num error message tokens in global collect test rapid html 
form

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

Modified: 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test.html
===================================================================
--- 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test.html
    2011-09-01 22:43:39 UTC (rev 96056)
+++ 
trunk/extensions/DonationInterface/payflowpro_gateway/forms/html/globalcollect_test.html
    2011-09-01 22:55:41 UTC (rev 96057)
@@ -59,9 +59,12 @@
                 <div id="payflowpro_gateway-personal-info">
                     <table id="payflow-table-">
                         <tr>
-                            <td colspan="2"><span 
class="creditcard-error-msg">#amount</span></td>
+                            <td colspan="2"><span 
class="creditcard-error-msg">#card_num</span></td>
                         </tr>
                         <tr>
+                            <td colspan="2"><span 
class="creditcard-error-msg">#card</span></td>
+                        </tr>
+                        <tr>
                             <td colspan="2">
                                 <table cellspacing="0" cellpadding="4" 
border="1" id="donation_amount">
                                     <tr>


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

Reply via email to