[freeside-commits] branch master updated. 85a507e3558db3663401f3ed294077a4888270c5
Ivan
ivan at 420.am
Tue Dec 11 19:42:25 PST 2012
The branch, master has been updated
via 85a507e3558db3663401f3ed294077a4888270c5 (commit)
from a06daa0f58bed99f929b5092af9dcd381d0f0acb (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 85a507e3558db3663401f3ed294077a4888270c5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Dec 11 19:42:24 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