|
|
|
@ -40,10 +40,8 @@
|
|
|
|
|
<td class="filesize"><%= number_to_human_size(file.filesize) %></td>
|
|
|
|
|
<td class="attach_type">
|
|
|
|
|
<span id="attach_type_id_label<%= file.id %>" style="white-space:nowrap;"><%= file.attachmentstype.typeName %></span>
|
|
|
|
|
|
|
|
|
|
<span id="attach_type_id_edit<%= file.id %>" style="white-space:nowrap;">
|
|
|
|
|
<%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes,
|
|
|
|
|
:attachment => file, :contentype => selContentType} %>
|
|
|
|
|
<%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="content_type"><%= file.show_suffix_type %></td>
|
|
|
|
|