Merge branch 'devel-1.6.2' of github.com:danmunn/redmine_dmsf into devel-1.6.2

This commit is contained in:
Karel Picman 2018-04-27 15:14:01 +02:00
commit 93d004fad1

View File

@ -52,7 +52,7 @@
<% end %>
<% # Email %>
<%= link_to('', entries_operations_dmsf_path(:id => dmsf_file.project_id, :email_entries => 'email',
:files => [dmsf_file.id]), :method => :post, :title => l(:heading_send_documents_by_email),
:ids => ["file-#{dmsf_file.id}"]), :method => :post, :title => l(:heading_send_documents_by_email),
:class => 'icon-only icon-email-disabled') %>
<% # Lock %>
<% if !dmsf_file.locked? %>