Mwalker has submitted this change and it was merged.

Change subject: Fine print on Boletos and direct debit: beware the GC!
......................................................................


Fine print on Boletos and direct debit: beware the GC!

Change-Id: I640bf46ed20c4db412170632d3c60d1e9b2ff095
---
M gateway_common/interface.i18n.php
M gateway_forms/css/gateway.css
M globalcollect_gateway/forms/html/cash/boletos.html
M globalcollect_gateway/forms/html/dd/dd-recurring.html
M globalcollect_gateway/forms/html/dd/dd.html
5 files changed, 25 insertions(+), 0 deletions(-)

Approvals:
  Mwalker: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/gateway_common/interface.i18n.php 
b/gateway_common/interface.i18n.php
index 71bdb40..b14e699 100644
--- a/gateway_common/interface.i18n.php
+++ b/gateway_common/interface.i18n.php
@@ -429,6 +429,7 @@
        'donate_interface-informationsharing' => 'By donating, you are sharing 
your information with the Wikimedia Foundation, the nonprofit organization that 
hosts Wikipedia and other Wikimedia projects, and its service providers in the 
U.S. and elsewhere pursuant to our donor privacy policy. We do not sell or 
trade your information to anyone. For more information please read <a 
href="//wikimediafoundation.org/wiki/Donor_policy/en">our donor policy</a>.',
        'donate_interface-currency-change' => 'Change?',
        'donate_interface-bank_transfer_message' => 'Please notice that your 
statement will show \'Global Collect\' as the recipient of this gift. Global 
Collect is authorized to accept and process payments on behalf of Wikimedia 
Foundation. Remember to include the reference number provided here on your bank 
transfer and feel free to email [email protected] if you have any 
questions or concerns.',
+       'donate_interface-globalcollect-proxy' => 'Please notice that your 
statement will show \'Global Collect\' as the recipient of this gift. Global 
Collect is authorized to accept and process payments on behalf of Wikimedia 
Foundation.',
 
        // Tax deductibility and other legalese
        'donate_interface-taxded-link-int' => 'Tax and other legal information',
@@ -922,6 +923,8 @@
        'donate_interface-tax-info' => 'Link to information about the tax 
deducability of donations',
        'donate_interface-currency-change' => 'Link shown next to the radio 
buttons to choose amount. Users click this to change the currency of their 
donation.',
        'donate_interface-bank_transfer_message' => 'Message notifying donors 
that the recipient of the donation will show as Global Collect.',
+       'donate_interface-globalcollect-proxy' => 'Message notifying donors 
that the recipient of the donation will show as Global Collect.',
+
        'donate_interface-taxded-link-int' => 'Link to information about tax 
deductibility and other legal information, to be used outside of the U.S.',
        'donate_interface-taxded-link-us' => 'Link to information about tax 
deductibility, to be used inside of the U.S.',
        'donate_interface-taxded-msg-int' => 'Legal information shown to 
international donors.',
diff --git a/gateway_forms/css/gateway.css b/gateway_forms/css/gateway.css
index 93c9ad2..9da3945 100644
--- a/gateway_forms/css/gateway.css
+++ b/gateway_forms/css/gateway.css
@@ -146,6 +146,10 @@
     font-size: 11px;
 }
 
+p.finePrint {
+       font-size: 11px;
+}
+
 /*
        The following should be in form css and not the gateway common css.
        Commenting out due to conflicts, but leaving so that if it does break 
something,
diff --git a/globalcollect_gateway/forms/html/cash/boletos.html 
b/globalcollect_gateway/forms/html/cash/boletos.html
index 662d722..a9f6ed5 100644
--- a/globalcollect_gateway/forms/html/cash/boletos.html
+++ b/globalcollect_gateway/forms/html/cash/boletos.html
@@ -52,6 +52,12 @@
                                                </tr>
                                                <tr>
                                                        <td colspan="2">
+                                                               <hr />
+                                                               <p 
class="finePrint">%donate_interface-globalcollect-proxy%</p>
+                                                       </td>
+                                               </tr>
+                                               <tr>
+                                                       <td colspan="2">
                                                                <div 
id="bt-continue" style="margin-top: 10px;"> <input class="btn" id="continueBtn" 
type="button" value="%donate_interface-continue%" /></div>
                                                        </td>
                                                </tr>
diff --git a/globalcollect_gateway/forms/html/dd/dd-recurring.html 
b/globalcollect_gateway/forms/html/dd/dd-recurring.html
index f41f6db..3b3e48b 100644
--- a/globalcollect_gateway/forms/html/dd/dd-recurring.html
+++ b/globalcollect_gateway/forms/html/dd/dd-recurring.html
@@ -85,6 +85,12 @@
                                                        {% block dd-bank-fields 
country %}
                                                        <tr>
                                                                <td colspan="2">
+                                                                       <hr />
+                                                                       <p 
class="finePrint">%donate_interface-globalcollect-proxy%</p>
+                                                               </td>
+                                                       </tr>
+                                                       <tr>
+                                                               <td colspan="2">
                                     <div id="bt-continue" style="margin-top: 
10px;"> <input class="btn" id="bt-continueBtn" type="button" 
value="%donate_interface-continue%" /></div>
                                                                </td>
                                                        </tr>
diff --git a/globalcollect_gateway/forms/html/dd/dd.html 
b/globalcollect_gateway/forms/html/dd/dd.html
index 8e32917..2c989e4 100644
--- a/globalcollect_gateway/forms/html/dd/dd.html
+++ b/globalcollect_gateway/forms/html/dd/dd.html
@@ -85,6 +85,12 @@
                                                        {% block dd-bank-fields 
country %}
                                                        <tr>
                                                                <td colspan="2">
+                                                                       <hr />
+                                                                       <p 
class="finePrint">%donate_interface-globalcollect-proxy%</p>
+                                                               </td>
+                                                       </tr>
+                                                       <tr>
+                                                               <td colspan="2">
                                     <div id="bt-continue" style="margin-top: 
10px;"> <input class="btn" id="bt-continueBtn" type="button" 
value="%donate_interface-continue%" /></div>
                                                                </td>
                                                        </tr>

-- 
To view, visit https://gerrit.wikimedia.org/r/52907
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I640bf46ed20c4db412170632d3c60d1e9b2ff095
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to