X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fcdr-import.html;h=05d0bbc3c05ab92141d835e7ce5f2dc6ae4d2713;hp=7af6c521fc414f5f346450c35fe01378b7c4b714;hb=833cfe5c9938d33c3e6b97ed610c25a7afa6eb04;hpb=63a268637b2d51a8766412617724b9436439deb6 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).

@@ -36,9 +36,9 @@ Import a file containing Call Detail Records (CDRs).