@@ -25,6 +25,8 | |||
|
25 | 25 | <p><%= custom_field_tag_with_label @custom_value %></p> |
|
26 | 26 | <% end %> |
|
27 | 27 | |
|
28 | <p><%= f.select :fixed_version_id, (@project.versions.collect {|v| [v.name, v.id]}), { :include_blank => true } %></p> | |
|
29 | ||
|
28 | 30 | <p id="attachments_p"><label for="attachment_file"><%=l(:label_attachment)%> |
|
29 | 31 | <%= image_to_function "add.png", "addFileField();return false" %></label> |
|
30 | 32 | <%= file_field_tag 'attachments[]', :size => 30 %> <em>(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)</em></p> |
General Comments 0
You need to be logged in to leave comments.
Login now