diff options
Diffstat (limited to 'httemplate/misc/cdr-import.html')
-rw-r--r-- | httemplate/misc/cdr-import.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 93de6e43f..5e9e2690d 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -1,4 +1,4 @@ -<%= include("/elements/header.html",'Call Detail Record Import') %> +<% include("/elements/header.html",'Call Detail Record Import') %> <FORM ACTION="process/cdr-import.html" METHOD="POST" ENCTYPE="multipart/form-data"> Import a CSV file containing Call Detail Records (CDRs).<BR><BR> CDR Format: <SELECT NAME="format"> @@ -12,5 +12,5 @@ Filename: <INPUT TYPE="file" NAME="csvfile"><BR><BR> <INPUT TYPE="submit" VALUE="Upload"> </FORM> -<%= include('/elements/footer.html') %> +<% include('/elements/footer.html') %> |