<% content_for :header_tags do %> <%= stylesheet_link_tag 'attach_screenshot', :plugin => 'redmine_attach_screenshot' %> <%= javascript_include_tag 'attach_screenshot', :plugin => 'redmine_attach_screenshot' %> <% end %> <%= file_field_tag 'attachments[1][file]', :size => 30, :id => nil, :class => 'file', :onchange => "checkFileSize(this, #{Setting.attachment_max_size.to_i.kilobytes}, '#{escape_javascript(l(:error_attachment_too_big, :max_size => number_to_human_size(Setting.attachment_max_size.to_i.kilobytes)))}');" -%> <%= link_to_function(image_tag('delete.png'), 'removeFileField(this)', :title => (l(:button_delete))) %> <%= link_to l(:label_add_another_file), '#', :onclick => 'addFileField(); return false;' %> (<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)

<% if @issue %> <% if @issue.new_record? %> <% else %>
<% end %> <%= submit_tag l(:button_add), :onclick => 'showAttachScreen(); return false;'%> <%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>

<% end %>