r75988 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75987‎ | r75988 | r75989 >
Date:03:50, 4 November 2010
Author:kaldari
Status:deferred
Tags:
Comment:
testing
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter5.php
@@ -113,7 +113,6 @@
114114 $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" )', 'onblur' => 'document.getElementById("otherRadio").value = this.value;if (this.value > 0) document.getElementById("otherRadio").checked=true;', 'maxlength' => '10', 'id' => 'amountOther' ) ) .
115115 ' ' . $this->generateCurrencyDropdown() . '</td>';
116116 $form .= '</tr>';
117 - return $form;
118117
119118 // name
120119 $form .= $this->getNameField();

Status & tagging log