##// END OF EJS Templates
ProjectsController#add_issue moved to IssuesController#new....
ProjectsController#add_issue moved to IssuesController#new. Tracker can now be changed/selected on the new issue form. This action can be invoked without the tracker_id parameter (the first enabled tracker will be used by default). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1080 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r538:f8ef65e8f641
r1066:44ac1a0debc8
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>