file_select fix

master
Wojciech Todryk 2011-09-16 22:19:22 +02:00
parent bb3289e0d4
commit 6fa55112da
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="fileselect">
<%= form_tag(contact_import_path, :multipart => true) %>
<%= form_tag(upload_path, :multipart => true) %>
<label for="upload_file"><%= t(:select_file,:scope=>:compose) %></label>:&nbsp;
<%= file_field 'upload', 'datafile' %>
<%= raw single_action('send_file','compose','up.png') %>