12 lines
357 B
Plaintext
Executable file
12 lines
357 B
Plaintext
Executable file
<div class="ops">
|
|
<%= form_tag(contacts_external_path, :multipart => true) %>
|
|
<label for="upload_file"><%= t(:select_file,:scope=>:compose) %></label>:
|
|
<%= file_field 'upload', 'datafile' %>
|
|
<% if @contacts.size.zero? %>
|
|
<%= raw single_action('import','contact','right.png') %>
|
|
<% else %>
|
|
<%= raw group_action(@ei_buttons) %>
|
|
<% end %>
|
|
</form>
|
|
</div>
|