RT# 75817 - updated UI to be more intuitive
[freeside.git] / httemplate / misc / cdr-post.html
1 <% include("/elements/header.html",'Call Detail Record - POST Import') %>
2
3 <FORM METHOD="POST" ACTION="cdr-post.cgi" enctype="multipart/form-data">
4
5   cdr_file: <INPUT TYPE="file" NAME="cdr_file"><BR><BR>
6
7   <INPUT TYPE="submit" VALUE="upload">
8
9 </FORM>
10
11 <% include("/elements/footer.html") %>