r76021 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76020‎ | r76021 | r76022 >
Date:18:32, 4 November 2010
Author:kaldari
Status:deferred
Tags:
Comment:
fixing amount problem
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php
@@ -110,7 +110,7 @@
111111 $form .= '</tr>';
112112 $form .= '<tr>';
113113 $form .= '<td class="label"></td>';
114 - $form .= '<td>' . Xml::radio( 'amount', $amount, $otherChecked, array( 'id' => 'otherRadio' ) ) . Xml::input( 'amountOther', '7', $this->form_data['amountOther'], array( 'type' => 'text', 'onfocus' => 'clearField(this, "Other");document.getElementById("otherRadio").checked=true;', 'maxlength' => '10', 'id' => 'amountOther' ) ) .
 114+ $form .= '<td>' . Xml::radio( 'amount', $amount, $otherChecked, array( 'id' => 'otherRadio' ) ) . Xml::input( 'amountOther', '7', $this->form_data['amountOther'], array( 'type' => 'text', 'onfocus' => 'clearField(this, "Other");document.getElementById("otherRadio").checked=true;', 'maxlength' => '10', 'onblur' => 'document.getElementById("otherRadio").value = this.value;', 'id' => 'amountOther' ) ) .
115115 ' ' . $this->generateCurrencyDropdown() . '</td>';
116116 $form .= '</tr>';
117117

Follow-up revisions

RevisionCommit summaryAuthorDate
r76022Merging r75991 through r76021 from trunk to deploy a last minute fix to one o...awjrichards18:36, 4 November 2010
r76024Merging r76021 through r76023 from trunk, one more last minute changeawjrichards18:46, 4 November 2010

Status & tagging log