mailr/themes/olive/views/messages/_file_select.html.erb
Wojciech Todryk 2afeebad53 devel
2011-09-16 19:44:29 +02:00

12 lines
277 B
Plaintext
Executable file

<div class="fileselect">
<%= form_tag(contact_import_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') %>
</form>
</div>