r75991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75990‎ | r75991 | r75992 >
Date:04:03, 4 November 2010
Author:kaldari
Status:deferred
Tags:
Comment:
fixing zip
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php
@@ -151,9 +151,16 @@
152152
153153 // state
154154 $form .= $this->getStateField();
 155+
155156 // zip
156 - $form .= $this->getZipField();
157 -
 157+ $form .= '<tr>';
 158+ $form .= '<td colspan=2><span class="creditcard-error-msg">' . $this->form_errors['zip'] . '</span></td>';
 159+ $form .= '</tr>';
 160+ $form .= '<tr>';
 161+ $form .= '<td class="label">' . Xml::label( wfMsg( 'payflowpro_gateway-donor-postal' ), 'zip' ) . '</td>';
 162+ $form .= '<td>' . Xml::input( 'zip', '15', $this->form_data['zip'], array( 'type' => 'text', 'maxlength' => '15', 'id' => 'zip' ) ) .
 163+ '</td>';
 164+ $form .= '</tr>';
158165 // country
159166 $form .= $this->getCountryField();
160167

Follow-up revisions

RevisionCommit summaryAuthorDate
r75992Merging from r75934 through r75991 from trunkawjrichards04:23, 4 November 2010
r76018Reverting changes from r75993 back to r75991 to keep potentially broken Squid...awjrichards17:50, 4 November 2010
r76022Merging r75991 through r76021 from trunk to deploy a last minute fix to one o...awjrichards18:36, 4 November 2010

Status & tagging log