|
|
@ -125,8 +125,8 @@
|
|
|
|
:file_count => l(:label_file_count),
|
|
|
|
:file_count => l(:label_file_count),
|
|
|
|
:delete_all_files => l(:text_are_you_sure_all)
|
|
|
|
:delete_all_files => l(:text_are_you_sure_all)
|
|
|
|
} %>
|
|
|
|
} %>
|
|
|
|
<% if container.nil? %>
|
|
|
|
<% if defined?(container) %>
|
|
|
|
<span id="upload_file_count" :class="c_grey"><%= l(:label_no_file_uploaded)%></span>
|
|
|
|
<span id="upload_file_count" class="c_grey"><%= l(:label_no_file_uploaded)%></span>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)
|
|
|
|
(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|