Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: donate-body.html

Issue 6691530349740032: issue 1689 - Don't show subscription cancellation text at donation page if credit card donation is … (Closed)
Patch Set: Created Jan. 7, 2015, 5:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | donate-head.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <span id="i18n_name" class="hidden">Adblock Plus Contribution </span> 1 <span id="i18n_name" class="hidden">Adblock Plus Contribution </span>
2 2
3 <p> 3 <p>
4 Adblock Plus is free, and will always be free. Consider supporting the mission of Adblock Plus to remove annoying ads from the web. With more funds, you direc tly help the development of Adblock Plus. 4 Adblock Plus is free, and will always be free. Consider supporting the mission of Adblock Plus to remove annoying ads from the web. With more funds, you direc tly help the development of Adblock Plus.
5 </p> 5 </p>
6 6
7 <div id="form" class="paypal"> 7 <div id="form" class="paypal">
8 <p id="payment"> 8 <p id="payment">
9 <strong>Select your payment method</strong> 9 <strong>Select your payment method</strong>
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 </label> 62 </label>
63 </p> 63 </p>
64 64
65 <button id="donate">Donate</button> 65 <button id="donate">Donate</button>
66 <span id="error"/> 66 <span id="error"/>
67 67
68 <div id="refund-message"> 68 <div id="refund-message">
69 <div> 69 <div>
70 You can get a refund within 120 days of payment. Just send an email to < a href="mailto:info@adblockplus.org"><fix>info@adblockplus.org</fix></a>. 70 You can get a refund within 120 days of payment. Just send an email to < a href="mailto:info@adblockplus.org"><fix>info@adblockplus.org</fix></a>.
71 </div> 71 </div>
72 <div id="subscription-cancellation"> 72 <div id="recurrent-cancellation">
73 <fix>* </fix>To cancel your monthly payment just click on how you donate d: 73 <fix>* </fix>To cancel your monthly payment just click on how you donate d:
74 <ul> 74 <ul>
75 <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_manage-paylist " target="_blank">I donated with PayPal</a></li> 75 <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_manage-paylist " target="_blank">I donated with PayPal</a></li>
76 <li><a href="https://coinbase.com/recurring_payments" target="_blank"> I donated with Bitcoin</a></li> 76 <li><a href="https://coinbase.com/recurring_payments" target="_blank"> I donated with Bitcoin</a></li>
77 </ul> 77 </ul>
78 </div> 78 </div>
79 </div> 79 </div>
80 </div> 80 </div>
81 </div> 81 </div>
OLDNEW
« no previous file with comments | « no previous file | donate-head.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld