diff options
Diffstat (limited to 'app/views/projects/add_file.rhtml')
-rw-r--r-- | app/views/projects/add_file.rhtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/add_file.rhtml b/app/views/projects/add_file.rhtml index f39018cc8..839275373 100644 --- a/app/views/projects/add_file.rhtml +++ b/app/views/projects/add_file.rhtml @@ -7,9 +7,7 @@ <p><label for="version_id"><%=l(:field_version)%> <span class="required">*</span></label> <%= select_tag "version_id", options_from_collection_for_select(@versions, "id", "name") %></p> -<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> +<%= render :partial => 'attachments/form' %> </div> <%= submit_tag l(:button_add) %> <% end %>
\ No newline at end of file |