Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter2.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
11 | 11 | if ( !strlen( $this->getStylePath() ) ) { |
12 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter.css' ); |
| 12 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter.css' ); |
13 | 13 | } |
14 | 14 | |
15 | 15 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter3.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
11 | 11 | if ( !strlen( $this->getStylePath() ) ) { |
12 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter.css' ); |
| 12 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter.css' ); |
13 | 13 | } |
14 | 14 | |
15 | 15 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter4.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
11 | 11 | if ( !strlen( $this->getStylePath() ) ) { |
12 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter4.css' ); |
| 12 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter4.css' ); |
13 | 13 | } |
14 | 14 | |
15 | 15 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter5.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | |
9 | 9 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
10 | 10 | if ( !strlen( $this->getStylePath() ) ) { |
11 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter5.css' ); |
| 11 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter5.css' ); |
12 | 12 | } |
13 | 13 | |
14 | 14 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter6.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | |
9 | 9 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
10 | 10 | if ( !strlen( $this->getStylePath() ) ) { |
11 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter6.css' ); |
| 11 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter6.css' ); |
12 | 12 | } |
13 | 13 | |
14 | 14 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter7.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | |
9 | 9 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
10 | 10 | if ( !strlen( $this->getStylePath() ) ) { |
11 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter7.css' ); |
| 11 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoColumnLetter7.css' ); |
12 | 12 | } |
13 | 13 | |
14 | 14 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetterCA.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
9 | 9 | if ( !strlen( $this->getStylePath() ) ) { |
10 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter.css' ); |
| 10 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoStepTwoColumnLetter.css' ); |
11 | 11 | } |
12 | 12 | |
13 | 13 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoColumnLetter.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | |
10 | 10 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
11 | 11 | if ( !strlen( $this->getStylePath() ) ) { |
12 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter.css' ); |
| 12 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_form/css/TwoColumnLetter.css' ); |
13 | 13 | } |
14 | 14 | |
15 | 15 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnLetter2.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
9 | 9 | if ( !strlen( $this->getStylePath() ) ) { |
10 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter2.css' ); |
| 10 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoStepTwoColumnLetter2.css' ); |
11 | 11 | } |
12 | 12 | |
13 | 13 | parent::__construct( $form_data, $form_errors, $gateway ); |
Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepTwoColumnPremiumUS.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | // set the path to css, before the parent constructor is called, checking to make sure some child class hasn't already set this |
9 | 9 | if ( !strlen( $this->getStylePath() ) ) { |
10 | | - $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnPremiumUS.css' ); |
| 10 | + $this->setStylePath( $wgScriptPath . '/extensions/DonationInterface/gateway_forms/css/TwoStepTwoColumnPremiumUS.css' ); |
11 | 11 | } |
12 | 12 | |
13 | 13 | parent::__construct( $form_data, $form_errors, $gateway ); |