##// END OF EJS Templates
ProjectsController#add_news moved to NewsController#new....
ProjectsController#add_news moved to NewsController#new. Preview added when adding/editing a news (#590). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1111 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r538:f8ef65e8f641
r1097:1ecef3a95ae0
Show More
_form.rhtml
4 lines | 318 B | text/html+ruby | RhtmlLexer
<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>