##// END OF EJS Templates
* Referencing issues in commit messages: enter * in 'Referencing keywords' to link any issue id without using keywords....
* Referencing issues in commit messages: enter * in 'Referencing keywords' to link any issue id without using keywords. * Updated Polish translation (Mariusz Olejnik). git-svn-id: http://redmine.rubyforge.org/svn/trunk@918 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r838:0006c5f3b0dc
r905:99f9aea80a2b
Show More
_attachments_form.rhtml
6 lines | 319 B | text/html+ruby | RhtmlLexer
/ app / views / common / _attachments_form.rhtml
Jean-Philippe Lang
New document form can be accessed from the document list with no additional request....
r838 <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>