[gnomeweb-wml] Second try to really fix one time subscriptions



commit 778a32b0eea9f34f0381cebfa7294bc247a9ce2e
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sat Nov 7 21:04:52 2009 +0100

    Second try to really fix one time subscriptions
    
    This should do the trick

 www.gnome.org/friends/step2.wml |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/www.gnome.org/friends/step2.wml b/www.gnome.org/friends/step2.wml
index 92235e4..bacd716 100644
--- a/www.gnome.org/friends/step2.wml
+++ b/www.gnome.org/friends/step2.wml
@@ -67,19 +67,19 @@ improve GNOME products.</li>
 
 			case 'associate':
 				echo 'You have chosen to become a <strong>associate</strong> <a href="index.html">(change)</a> <br />'; 
-				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" value="25" size=5><br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="amount" value="25" size=5><br />';
 				echo 'Please increase the amount above if you want to make a larger difference.';
 				break;
 
 			case 'sponsor':
 				echo 'You have chosen to become a <strong>sponsor</strong> <a href="index.html">(change)</a> <br />';
-				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" value="500" size=5><br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="amount" value="500" size=5><br />';
 				echo 'Please increase the amount above if you want to make a larger difference.';
 				break;
 
 			case 'philanthropist':
 				echo 'You have chosen to become a <strong>philanthropist</strong> <a href="index.html">(change)</a><br />';
-				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" value="1200" size=5> <br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="amount" value="1200" size=5> <br />';
 				echo 'Please increase the amount above if you want to make a larger difference.';
 				break;
 
@@ -150,7 +150,6 @@ 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;
@@ -159,7 +158,6 @@ 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;
@@ -168,7 +166,6 @@ 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]