[gnomeweb-wml] Put the right amounts in there for the one time donations again



commit 8bce8bbdd2520c33895bd8d7de35faba7d215720
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sat Sep 5 00:30:50 2009 +0200

    Put the right amounts in there for the one time donations again
    
    Stupid copy paste error I made :-(

 www.gnome.org/friends/step2.wml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/www.gnome.org/friends/step2.wml b/www.gnome.org/friends/step2.wml
index 64ac60e..d782f72 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="10" size=5><br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" 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="10" size=5><br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" 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="10" size=5> <br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" value="1250" size=5> <br />';
 				echo 'Please increase the amount above if you want to make a larger difference.';
 				break;
 



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