From 542e551fdbb3ca9a402021390bcefd17104612db Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 11 Apr 2008 01:50:17 +0000 Subject: checkpoint taqua --- httemplate/misc/cdr-import.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'httemplate/misc') diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 60f619e81..a71b25b67 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -1,11 +1,13 @@ <% include("/elements/header.html",'Call Detail Record Import') %>
Import a CSV file containing Call Detail Records (CDRs).

-CDR Format:

+CDR Format: + +

Filename:

@@ -19,4 +21,6 @@ Filename:

die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import'); +tie my %formats, FS::cdr->import_formats; + -- cgit v1.2.1