diff options
Diffstat (limited to 'httemplate/search/report_cdr.html')
-rw-r--r-- | httemplate/search/report_cdr.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html index 6febe6c4a..c480c05f1 100644 --- a/httemplate/search/report_cdr.html +++ b/httemplate/search/report_cdr.html @@ -1,4 +1,4 @@ -<%= include('/elements/header.html', 'Call Detail Record Search' ) %> +<% include('/elements/header.html', 'Call Detail Record Search' ) %> <FORM ACTION="cdr.html" METHOD="GET"> Status: <SELECT NAME="freesidestatus"> @@ -8,5 +8,5 @@ Status: <SELECT NAME="freesidestatus"> </SELECT><BR> <INPUT TYPE="submit" VALUE="Search Call Detail Records"> -<%= include('/elements/footer.html') %> +<% include('/elements/footer.html') %> |