Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php |
— | — | @@ -139,6 +139,7 @@ |
140 | 140 | * @var string |
141 | 141 | */ |
142 | 142 | $wgPayflowAllowedHtmlForms = array( $wgPayflowHtmlFormDir . "/demo.html" ); |
| 143 | +$wgPayflowAllowedHtmlForms = array( $wgPayflowHtmlFormDir . "/lightbox1.html" ); |
143 | 144 | |
144 | 145 | /** |
145 | 146 | * Configure PayflowproGateway to use syslog for log messages rather than wfDebugLog |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css |
— | — | @@ -1,3 +1,21 @@ |
| 2 | +/* Hide various interface elements */ |
| 3 | +#left-navigation { |
| 4 | + display: none !important; |
| 5 | +} |
| 6 | +#right-navigation { |
| 7 | + display: none !important; |
| 8 | +} |
| 9 | +#p-search { |
| 10 | + display: none !important; |
| 11 | +} |
| 12 | +#mw-panel div.portal { |
| 13 | + display: none !important; |
| 14 | +} |
| 15 | +body.ltr #footer #footer-places { |
| 16 | + display: none !important; |
| 17 | +} |
| 18 | + |
| 19 | +/* Form styling */ |
2 | 20 | .creditcard-error-msg { |
3 | 21 | color: #cc1100; |
4 | 22 | } |