r97943 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97942‎ | r97943 | r97944 >
Date:18:04, 23 September 2011
Author:pgehres
Status:ok
Tags:
Comment:
Quick fix for RapidHTML bug, without clobbering r97928, FU 97940
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
@@ -35,7 +35,7 @@
3636 #step2wrapper, #step2header, #step3wrapper, #step3header { display: none; }
3737 #where-content { font-size: 13px; line-height: 19px; width: 325px; }
3838
39 - #amountErrorMessages, #billingErrorMessages, #paymentErrorMessages { color: #F00; }
 39+ #amtErrorMessages, #billingErrorMessages, #paymentErrorMessages { color: #F00; }
4040
4141 </style>
4242 <!--[if lt IE 7]><style>
@@ -73,7 +73,7 @@
7474
7575 <form method="post" name="paypalcontribution">
7676 <div id="step1wrapper">
77 - <div id="amountErrorMessages" class="small"></div>
 77+ <div id="amtErrorMessages" class="small"></div>
7878 <table id="amount-table-white">
7979 <tr>
8080 <td><label><input type="radio" name="amountRadio" value="5" /> $5</label></td>
@@ -272,7 +272,7 @@
273273 // show the errors
274274 var prevError = false;
275275 if( amountErrorString != ""){
276 - $("#amountErrorMessages").html( amountErrorString );
 276+ $("#amtErrorMessages").html( amountErrorString );
277277 prevError = true;
278278 showStep2(); // init the headers
279279 showStep3();

Follow-up revisions

RevisionCommit summaryAuthorDate
r97944MFT r97943awjrichards18:06, 23 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97928fixing focus issue for other amount fieldkaldari17:12, 23 September 2011

Status & tagging log