file_select fix
This commit is contained in:
parent
bb3289e0d4
commit
6fa55112da
|
@ -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>:
|
||||
<%= file_field 'upload', 'datafile' %>
|
||||
<%= raw single_action('send_file','compose','up.png') %>
|
||||
|
|
Loading…
Reference in a new issue