diff options
author | ivan <ivan> | 2006-01-31 04:26:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-01-31 04:26:54 +0000 |
commit | c1bb4ddb71147d0571bd301a6d8c452fdf0e1bc9 (patch) | |
tree | aceba418d4d41bdec62b95f5d20b2b9a2993cceb /httemplate/misc/cust_main-import.cgi | |
parent | 7066204f45124e0100d5330cce63584ff9e4bacb (diff) |
move header() to include(/elements/header.html) so it can be changed in one place, thanks to Scott Edwards
Diffstat (limited to 'httemplate/misc/cust_main-import.cgi')
-rw-r--r-- | httemplate/misc/cust_main-import.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cust_main-import.cgi b/httemplate/misc/cust_main-import.cgi index 6b36f478d..484855005 100644 --- a/httemplate/misc/cust_main-import.cgi +++ b/httemplate/misc/cust_main-import.cgi @@ -1,5 +1,5 @@ <!-- mason kludge --> -<%= header('Batch Customer Import') %> +<%= include("/elements/header.html",'Batch Customer Import') %> <FORM ACTION="process/cust_main-import.cgi" METHOD="post" ENCTYPE="multipart/form-data"> Import a CSV file containing customer records.<BR><BR> Default file format is CSV, with the following field order: <i>cust_pkg.setup, dayphone, first, last, address1, address2, city, state, zip, comments</i><BR><BR> |