r75162 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75161‎ | r75162 | r75163 >
Date:18:20, 21 October 2010
Author:kaldari
Status:deferred
Tags:
Comment:
ask strings
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php
@@ -441,10 +441,10 @@
442442 $form .= '</tr>';
443443 $form .= '<tr>';
444444 $form .= '<td class="label">' . Xml::label(wfMsg( 'payflowpro_gateway-donor-amount' ), 'amount') . '</td>';
445 - $form .= '<td>' . Xml::radio( 'amount', 20, $this->form_data['amount'] == 20 ) . '20 ' .
446 - Xml::radio( 'amount', 35, $this->form_data['amount'] == 35 ) . '35 ' .
447 - Xml::radio( 'amount', 50, $this->form_data['amount'] == 50 ) . '50 ' .
448 - Xml::radio( 'amount', 100, $this->form_data['amount'] == 100 ) . '100 ' .
 445+ $form .= '<td>' . Xml::radio( 'amount', 100, $this->form_data['amount'] == 100 ) . '100 ' .
 446+ Xml::radio( 'amount', 50, $this->form_data['amount'] == 50 ) . '50 ' .
 447+ Xml::radio( 'amount', 35, $this->form_data['amount'] == 35 ) . '35 ' .
 448+ Xml::radio( 'amount', 20, $this->form_data['amount'] == 20 ) . '20 ' .
449449 '</td>';
450450 $form .= '</tr>';
451451 $form .= '<tr>';

Follow-up revisions

RevisionCommit summaryAuthorDate
r75164Updated Form.php to r75162 from headawjrichards18:33, 21 October 2010

Status & tagging log