r75164 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75163‎ | r75164 | r75165 >
Date:18:33, 21 October 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Updated Form.php to r75162 from head
Modified paths:
  • /branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/Form.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/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>';
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/Form.php
___________________________________________________________________
Added: svn:mergeinfo
452452 Merged /trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php:r75105-75162

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75162ask stringskaldari18:20, 21 October 2010

Status & tagging log