summaryrefslogtreecommitdiffstats
path: root/app/views/attachments/_form.rhtml
blob: 18f08c6be7e3ac3c021e26f478f090e230a0c978 (plain)
1
2
3
4
<p id="attachments_p"><label for="attachment_file"><%=l(:label_attachment)%>
<%= image_to_function "add.png", "addFileField();return false" %></label>

<%= file_field_tag 'attachments[]', :size => 30  %> <em>(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)</em></p>