Redirect the successful paypal donation to #funds, and provide a donation thank you.
Andrew Lewman

Andrew Lewman commited on 2009-03-19 01:32:22
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -84,7 +84,7 @@ href="http://paypal.com/">PayPal</a> account):<br />
84 84
 <input type="hidden" name="cmd" value="_xclick-subscriptions" />
85 85
 <input type="hidden" name="business" value="donations@torproject.org" />
86 86
 <input type="hidden" name="item_name" value="Tor Project Membership" />
87
-<input type="hidden" name="return" value="https://www.torproject.org/">
87
+<input type="hidden" name="return" value="https://www.torproject.org/donate#funds">
88 88
 <input type="hidden" name="cancel_return"
89 89
  value="https://www.torproject.org/donate">
90 90
 </p>
... ...
@@ -109,7 +109,7 @@ doesn't require any account):<br />
109 109
 <input type="hidden" name="cmd" value="_xclick" />
110 110
 <input type="hidden" name="business" value="donations@torproject.org" />
111 111
 <input type="hidden" name="item_name" value="Tor" />
112
-<input type="hidden" name="return" value="https://www.torproject.org/">
112
+<input type="hidden" name="return" value="https://www.torproject.org/donate#funds">
113 113
 <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate">
114 114
 </p>
115 115
 </form>
... ...
@@ -169,7 +169,7 @@ information).
169 169
 
170 170
 <a id="funds"></a>
171 171
 <h3><a class="anchor" href="#funds">What happens to my donation?</a></h3>
172
-<p>Your funds are deposited into our general fund.  You join our 
172
+<p>If you've just donated, thank you for your donation.  Your funds are deposited into our general fund.  You join our 
173 173
 <a href="<page sponsors>">many sponsors</a> in funding the future of Tor and online anonymity.  
174 174
 In 2008, the Tor Project spent and received its funds as follows: </p>
175 175
 <p><img src="images/2008-funding-chart.png" alt="Who funds the Tor Project?"/>
176 176