[gnomeweb-wml] put dollar sign before amount and increase default monthly amount to 25$



commit fac2e910fa69183efe0aadc8fe479459d2fe790b
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Sat Sep 5 00:17:03 2009 +0200

    put dollar sign before amount and increase default monthly amount to 25$

 www.gnome.org/friends/step2.wml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/www.gnome.org/friends/step2.wml b/www.gnome.org/friends/step2.wml
index 918e6e9..64ac60e 100644
--- a/www.gnome.org/friends/step2.wml
+++ b/www.gnome.org/friends/step2.wml
@@ -44,7 +44,7 @@ improve GNOME products.</li>
 		switch($_POST['aidtype']) {
 			case 'adopt':
 				echo 'You have chosen to <strong>adopt a hacker</strong> <a href="index.html">(change)</a><br />'; 
-				echo '<strong>Monthly amount:</strong> <input type="text" style="text-align: right" id="amount" name="a3" value="10" size=5>$<br />';
+				echo '<strong>Monthly 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.';
 
 	                        echo '<h3>Pick a hacker from whom you will receive a post card:</h3>
@@ -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" style="text-align: right" id="amount" name="amount" value="25" size=5>$ <br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" value="10" 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" style="text-align: right" id="amount" name="amount" value="500" size=5>$ <br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" value="10" 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" style="text-align: right" id="amount" name="amount" value="1200" size=5>$ <br />';
+				echo '<strong>One time amount:</strong> $<input type="text" id="amount" name="a3" value="10" 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]