diff options
| author | ivan <ivan> | 2011-04-27 00:48:11 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-04-27 00:48:11 +0000 |
| commit | ba82a28b4624e9e768a71a8f4a66825796a3112e (patch) | |
| tree | 1b0a0baaa01aad8bf7a4cf88e9533d9dace4209c /httemplate/misc/cdr-import.html | |
| parent | 0614763f4b5dbf0e58dbdc2858152bbaa0afea5e (diff) | |
fix submission bug w/chrome, RT#12638
Diffstat (limited to 'httemplate/misc/cdr-import.html')
| -rw-r--r-- | httemplate/misc/cdr-import.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 7af6c521f..05d0bbc3c 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -1,14 +1,14 @@ <% include("/elements/header.html",'Call Detail Record Import') %> -<% include( '/elements/form-file_upload.html', - 'name' => 'CDRImportForm', - 'action' => 'process/cdr-import.html', - 'num_files' => 1, - 'fields' => [ 'format', 'cdrbatch', ], - 'message' => 'CDR import successful', - 'url' => $p."search/cdr.html?cdrbatch=$cdrbatch", - ) -%> +<& /elements/form-file_upload.html, + 'name' => 'CDRImportForm', + 'action' => 'process/cdr-import.html', + 'num_files' => 1, + 'fields' => [ 'format', 'cdrbatch', ], + 'message' => 'CDR import successful', + 'url' => $p."search/cdr.html?cdrbatch=$cdrbatch", + 'onsubmit' => "document.CDRImportForm.submitButton.disabled=true;", +&> Import a file containing Call Detail Records (CDRs).<BR><BR> @@ -36,9 +36,9 @@ Import a file containing Call Detail Records (CDRs).<BR><BR> <TR> <TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px"> <INPUT TYPE = "submit" - ID = "submit" + ID = "submitButton" + NAME = "submitButton" VALUE = "Import file" - onClick = "document.InventoryItemImportForm.submit.disabled=true;" > </TD> </TR> |
