r98288 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98287‎ | r98288 | r98289 >
Date:00:11, 28 September 2011
Author:kaldari
Status:ok (Comments)
Tags:fundraising 
Comment:
hiding interface elements
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.css (modified) (history)
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php
@@ -139,6 +139,7 @@
140140 * @var string
141141 */
142142 $wgPayflowAllowedHtmlForms = array( $wgPayflowHtmlFormDir . "/demo.html" );
 143+$wgPayflowAllowedHtmlForms = array( $wgPayflowHtmlFormDir . "/lightbox1.html" );
143144
144145 /**
145146 * 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 */
220 .creditcard-error-msg {
321 color: #cc1100;
422 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r98289reverting accidently checked in chance to form whitelistkaldari00:13, 28 September 2011

Comments

#Comment by Awjrichards (talk | contribs)   20:13, 5 October 2011

Partial revert in r98289

Status & tagging log