r75987 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75986‎ | r75987 | r75988 >
Date:03:45, 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
@@ -105,7 +105,7 @@
106106 $form .= '<td>' . Xml::radio( 'amount', 100, $this->form_data['amount'] == 100 ) . '100 ' .
107107 Xml::radio( 'amount', 50, $this->form_data['amount'] == 50 ) . '50 ' .
108108 Xml::radio( 'amount', 35, $this->form_data['amount'] == 35 ) . '35 ' .
109 - Xml::radio( 'amount', 20, $this->form_data['amount'] == 20, 'onfocus' => 'clearField( document.getElementById(\'amountOther\'), "Other" )' ) . '20 ' .
 109+ Xml::radio( 'amount', 20, $this->form_data['amount'] == 20, array( 'onfocus' => 'clearField( document.getElementById(\'amountOther\'), "Other" )' ) ) . '20 ' .
110110 '</td>';
111111 $form .= '</tr>';
112112 $form .= '<tr>';

Status & tagging log