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

8 lines
249 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' %>
<%= raw group_action(@ei_buttons) %>
</form>
</div>