[gnomeweb-wml] Fix one time donations



commit 21749cf9ea87d9ad91d0ab13c4236c1720870e73
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sat Nov 7 20:49:05 2009 +0100

    Fix one time donations

 www.gnome.org/friends/step2.wml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/www.gnome.org/friends/step2.wml b/www.gnome.org/friends/step2.wml
index 0d935d2..92235e4 100644
--- a/www.gnome.org/friends/step2.wml
+++ b/www.gnome.org/friends/step2.wml
@@ -150,6 +150,7 @@ improve GNOME products.</li>
 				echo '<input type="hidden" value="friends gnome org" name="business"/>
 				<input type="hidden" value="http://www.gnome.org/friends/thank-you.html"; name="return"/>
 				<input type="hidden" value="_xclick" name="cmd"/>
+                                <input type="hidden" name="hosted_button_id" value="2854082">
 				<input type="hidden" name="item_name" value="Friends of GNOME - Associate level donation ($25-500)"/> 
 				<input type="image" alt="Donate" name="submit" src="images/donate-button.png"/>';
 			break;
@@ -158,6 +159,7 @@ improve GNOME products.</li>
 				echo '<input type="hidden" value="friends gnome org" name="business"/>
 				<input type="hidden" value="http://www.gnome.org/friends/thank-you.html"; name="return"/>
 				<input type="hidden" value="_xclick" name="cmd"/>
+                                <input type="hidden" name="hosted_button_id" value="2854082">
 				<input type="hidden" name="item_name" value="Friends of GNOME - Sponsor level donation ($500-1200)"/> 
 				<input type="image" alt="Donate" name="submit" src="images/donate-button.png"/>';
 			break;
@@ -166,6 +168,7 @@ improve GNOME products.</li>
 				echo '<input type="hidden" value="friends gnome org" name="business"/>
 				<input type="hidden" value="http://www.gnome.org/friends/thank-you.html"; name="return"/>
 				<input type="hidden" value="_xclick" name="cmd"/>
+                                <input type="hidden" name="hosted_button_id" value="2854082">
 				<input type="hidden" name="item_name" value="Friends of GNOME - Philanthropist level donation ($1200 or more)"/> 
 				<input type="image" alt="Donate" name="submit" src="images/donate-button.png"/>';
 			break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]