mailr/themes/olive/views/contacts/_external.html.erb

12 lines
357 B
Plaintext
Raw Normal View History

2011-09-16 19:44:29 +02:00
<div class="ops">
<%= form_tag(contacts_external_path, :multipart => true) %>
<label for="upload_file"><%= t(:select_file,:scope=>:compose) %></label>:&nbsp;
<%= file_field 'upload', 'datafile' %>
2011-09-16 22:08:30 +02:00
<% if @contacts.size.zero? %>
<%= raw single_action('import','contact','right.png') %>
<% else %>
2011-09-16 19:44:29 +02:00
<%= raw group_action(@ei_buttons) %>
2011-09-16 22:08:30 +02:00
<% end %>
2011-09-16 19:44:29 +02:00
</form>
</div>