[freeside-commits] freeside/httemplate/misc qual.html,1.7,1.8
Ivan,,,
ivan at wavetail.420.am
Tue Apr 26 16:47:58 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS/part_event/Condition billday.pm, 1.1.2.2, 1.1.2.3
- Next message: [freeside-commits] freeside/httemplate/misc inventory_item-import.html, 1.9, 1.10 tax-import.cgi, 1.10, 1.11 cust_main-import.cgi, 1.18, 1.19 cust_pkg-import.html, 1.3, 1.4 phone_avail-import.html, 1.8, 1.9 part_device-import.html, 1.1, 1.2 cdr-import.html, 1.9, 1.10 rate_edit_excel.html, 1.3, 1.4 rate-import.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv20354
Modified Files:
qual.html
Log Message:
fix DSL qualifications w/chrome, RT#7111
Index: qual.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/qual.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -d -r1.7 -r1.8
--- qual.html 20 Mar 2011 19:38:28 -0000 1.7
+++ qual.html 26 Apr 2011 23:47:56 -0000 1.8
@@ -2,7 +2,11 @@
<% include('/elements/error.html') %>
-<FORM NAME="QualForm" ACTION="<% $p %>edit/process/qual.cgi" METHOD="POST">
+<FORM NAME = "QualForm"
+ ACTION = "<% $p %>edit/process/qual.cgi"
+ METHOD = "POST"
+ onSubmit = "document.QualForm.submitButton.disabled=true;"
+>
<INPUT TYPE="hidden" NAME="<%$cust_or_prospect%>num" VALUE="<% $custnum_or_prospectnum %>">
@@ -56,7 +60,11 @@
</TABLE>
<BR>
-<INPUT type="submit" VALUE="Qualify" onClick = "this.disabled=true;">
+<INPUT TYPE = "submit"
+ NAME = "submitButton"
+ ID = "submitButton"
+ VALUE = "Qualify"
+>
</FORM>
</BODY>
- Previous message: [freeside-commits] freeside/FS/FS/part_event/Condition billday.pm, 1.1.2.2, 1.1.2.3
- Next message: [freeside-commits] freeside/httemplate/misc inventory_item-import.html, 1.9, 1.10 tax-import.cgi, 1.10, 1.11 cust_main-import.cgi, 1.18, 1.19 cust_pkg-import.html, 1.3, 1.4 phone_avail-import.html, 1.8, 1.9 part_device-import.html, 1.1, 1.2 cdr-import.html, 1.9, 1.10 rate_edit_excel.html, 1.3, 1.4 rate-import.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list