http://www.mediawiki.org/wiki/Special:Code/MediaWiki/75162

Revision: 75162
Author:   kaldari
Date:     2010-10-21 18:20:45 +0000 (Thu, 21 Oct 2010)

Log Message:
-----------
ask strings

Modified Paths:
--------------
    trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php

Modified: trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php
===================================================================
--- trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php        
2010-10-21 18:18:00 UTC (rev 75161)
+++ trunk/extensions/DonationInterface/payflowpro_gateway/forms/Form.php        
2010-10-21 18:20:45 UTC (rev 75162)
@@ -441,10 +441,10 @@
                $form .= '</tr>';
                $form .= '<tr>';
                $form .= '<td class="label">' . Xml::label(wfMsg( 
'payflowpro_gateway-donor-amount' ), 'amount') . '</td>';
-               $form .= '<td>' . Xml::radio( 'amount', 20, 
$this->form_data['amount'] == 20 ) . '20 ' .
-                       Xml::radio( 'amount', 35, $this->form_data['amount'] == 
35 ) . '35 ' .
-                       Xml::radio( 'amount', 50,  $this->form_data['amount'] 
== 50 ) . '50 ' .
-                       Xml::radio( 'amount', 100, $this->form_data['amount'] 
== 100 ) . '100 ' .
+               $form .= '<td>' . Xml::radio( 'amount', 100, 
$this->form_data['amount'] == 100 ) . '100 ' .
+                       Xml::radio( 'amount', 50, $this->form_data['amount'] == 
50 ) . '50 ' .
+                       Xml::radio( 'amount', 35,  $this->form_data['amount'] 
== 35 ) . '35 ' .
+                       Xml::radio( 'amount', 20, $this->form_data['amount'] == 
20 ) . '20 ' .
                        '</td>';
                $form .= '</tr>';
                $form .= '<tr>';



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to