Project

General

Profile

Rename "Files" to Attachments in Wiki, Forum and Issues » 25-5_r35.patch

Mischa The Evil, 2009-12-29 23:35

View differences:

/app/views/projects/add_file.rhtml (revision 35)
1
<h2><%=l(:label_attachment_new)%></h2>
1
<h2><%=l(:label_file_new)%></h2>
2 2

  
3 3
<%= error_messages_for 'attachment' %>
4 4
<div class="box">
......
7 7
<p><label for="version_id"><%=l(:field_version)%> <span class="required">*</span></label>
8 8
<%= select_tag "version_id", options_from_collection_for_select(@versions, "id", "name") %></p>
9 9

  
10
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
10
<p><label><%=l(:label_file_plural)%></label><%= render :partial => 'attachments/form' %></p>
11 11
</div>
12 12
<%= submit_tag l(:button_add) %>
13 13
<% end %> 
(6-6/6)