r76022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76021‎ | r76022 | r76023 >
Date:18:36, 4 November 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Merging r75991 through r76021 from trunk to deploy a last minute fix to one of the single step credit card forms
Modified paths:
  • /branches/fundraising/deployment/DonationInterface (modified) (history)
  • /branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/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
Property changes on: branches/fundraising/deployment/DonationInterface
___________________________________________________________________
Modified: svn:mergeinfo
118118 Merged /trunk/extensions/DonationInterface:r75992-76021

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75991fixing zipkaldari04:03, 4 November 2010
r76021fixing amount problemkaldari18:32, 4 November 2010

Status & tagging log