[freeside-commits] freeside/httemplate/elements form-file_upload.html, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Tue Apr 26 17:48:12 PDT 2011
- Previous 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
- Next message: [freeside-commits] freeside/httemplate/misc inventory_item-import.html, 1.9, 1.9.4.1 tax-import.cgi, 1.10, 1.10.4.1 cust_main-import.cgi, 1.16.2.2, 1.16.2.3 cust_pkg-import.html, 1.3, 1.3.2.1 phone_avail-import.html, 1.2.8.6, 1.2.8.7 part_device-import.html, 1.1, 1.1.6.1 cdr-import.html, 1.9, 1.9.8.1 rate_edit_excel.html, 1.3, 1.3.4.1 rate-import.html, 1.1, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv31526/elements
Modified Files:
form-file_upload.html
Log Message:
fix submission bug w/chrome, RT#12638
Index: form-file_upload.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/form-file_upload.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- form-file_upload.html 12 Feb 2009 15:55:40 -0000 1.3
+++ form-file_upload.html 27 Apr 2011 00:48:10 -0000 1.4
@@ -72,7 +72,7 @@
ACTION = "<% $fsurl %>misc/file-upload.html"
METHOD = "POST"
ENCTYPE = "multipart/form-data"
- onSubmit = "return doUpload(this, <% $opt{key} %>gotUploaded)"
+ onSubmit = "<% $opt{onsubmit} %>return doUpload(this, <% $opt{key} %>gotUploaded)"
>
<%init>
@@ -90,4 +90,6 @@
}
: $opt{url};
+$opt{onsubmit} .= ';' if $opt{onsubmit} && $opt{onsubmit} !~ /;\s*$/;
+
</%init>
- Previous 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
- Next message: [freeside-commits] freeside/httemplate/misc inventory_item-import.html, 1.9, 1.9.4.1 tax-import.cgi, 1.10, 1.10.4.1 cust_main-import.cgi, 1.16.2.2, 1.16.2.3 cust_pkg-import.html, 1.3, 1.3.2.1 phone_avail-import.html, 1.2.8.6, 1.2.8.7 part_device-import.html, 1.1, 1.1.6.1 cdr-import.html, 1.9, 1.9.8.1 rate_edit_excel.html, 1.3, 1.3.4.1 rate-import.html, 1.1, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list