Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -12,15 +12,6 @@ |
13 | 13 | parent::__construct( $gateway, $form_errors ); |
14 | 14 | } |
15 | 15 | |
16 | | - /** |
17 | | - * Load resources required by this form |
18 | | - * |
19 | | - * @see parent::loadResources() |
20 | | - */ |
21 | | - /*public function loadResources() { |
22 | | - $this->loadValidateJs(); |
23 | | - }*/ |
24 | | - |
25 | 16 | public function loadPlaceholders() { |
26 | 17 | global $wgOut; |
27 | 18 | |
— | — | @@ -183,7 +174,7 @@ |
184 | 175 | $form .= "<p class='creditcard-error-msg'>" . $this->form_errors['retryMsg'] . "</p>"; |
185 | 176 | $form .= Xml::openElement( 'form', array( 'name' => 'payment', 'method' => 'post', 'action' => $this->getNoCacheAction(), 'onsubmit' => 'return formCheck(this)', 'autocomplete' => 'off' ) ); |
186 | 177 | |
187 | | - $form .= Xml::openElement( 'div', array( 'id' => 'donate_interface-personal-info' ) ); |
| 178 | + $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-personal-info' ) ); |
188 | 179 | $form .= Xml::openElement( 'table', array( 'id' => 'payflow-table-donor' ) ); |
189 | 180 | $form .= $this->generateBillingFields(); |
190 | 181 | |