r100880 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100879‎ | r100880 | r100881 >
Date:21:39, 26 October 2011
Author:awjrichards
Status:ok
Tags:fundraising 
Comment:
Removed commented out loadResources method; fixed accidentally borked div id name
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php
@@ -12,15 +12,6 @@
1313 parent::__construct( $gateway, $form_errors );
1414 }
1515
16 - /**
17 - * Load resources required by this form
18 - *
19 - * @see parent::loadResources()
20 - */
21 - /*public function loadResources() {
22 - $this->loadValidateJs();
23 - }*/
24 -
2516 public function loadPlaceholders() {
2617 global $wgOut;
2718
@@ -183,7 +174,7 @@
184175 $form .= "<p class='creditcard-error-msg'>" . $this->form_errors['retryMsg'] . "</p>";
185176 $form .= Xml::openElement( 'form', array( 'name' => 'payment', 'method' => 'post', 'action' => $this->getNoCacheAction(), 'onsubmit' => 'return formCheck(this)', 'autocomplete' => 'off' ) );
186177
187 - $form .= Xml::openElement( 'div', array( 'id' => 'donate_interface-personal-info' ) );
 178+ $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-personal-info' ) );
188179 $form .= Xml::openElement( 'table', array( 'id' => 'payflow-table-donor' ) );
189180 $form .= $this->generateBillingFields();
190181

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100878Updating message names tb donate_interface-<msg> rather than payflowpro_gatew...awjrichards21:35, 26 October 2011

Status & tagging log