[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ed8a2367e78d208891e63d7e624e6bdc44ea318f

Ivan ivan at 420.am
Tue Dec 11 19:42:27 PST 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  ed8a2367e78d208891e63d7e624e6bdc44ea318f (commit)
      from  77013a067fa4612c41c72fee369f681eac32ae4f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ed8a2367e78d208891e63d7e624e6bdc44ea318f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Dec 11 19:42:26 2012 -0800

    promo code form, RT#20582

diff --git a/fs_selfservice/FS-SelfService/cgi/promocode.html b/fs_selfservice/FS-SelfService/cgi/promocode.html
index f8ee7f6..0962d44 100644
--- a/fs_selfservice/FS-SelfService/cgi/promocode.html
+++ b/fs_selfservice/FS-SelfService/cgi/promocode.html
@@ -1,13 +1,8 @@
 <HTML><HEAD><TITLE>ISP Signup</TITLE></HEAD>
 <BODY BGCOLOR="#e8e8e8"><FONT SIZE=7>ISP Signup - promotional code</FONT><BR><BR>
-<SCRIPT>
-function gotoURL(object) {
-    window.location.href =  'signup.cgi?promo_code=' + object.promo_code.value;
-}
-</SCRIPT>
-<FORM>
+<FORM ACTION="signup.cgi" METHOD="GET">
 Enter promotional code <INPUT TYPE="text" NAME="promo_code">
-<INPUT type="submit" VALUE="Signup" onClick="gotoURL(this.form)">
+<INPUT type="submit" VALUE="Signup">
 
 </FORM>
 </BODY>

-----------------------------------------------------------------------

Summary of changes:
 fs_selfservice/FS-SelfService/cgi/promocode.html |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)




More information about the freeside-commits mailing list