From 93810e2d18325d6f3b56cb3738d4400af69e6908 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 19 May 2008 04:07:45 +0000 Subject: backport voip_cdr's upstream_simple, and the columnization features --- 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..b71a3e365 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, 'Tie::IxHash', FS::cdr->import_formats; + -- cgit v1.2.1