|
|
@ -43,7 +43,7 @@
|
|
|
|
<!-- <td class="created_on"><%#= format_time(file.created_on) %></td> -->
|
|
|
|
<!-- <td class="created_on"><%#= format_time(file.created_on) %></td> -->
|
|
|
|
<td class="filesize"><%= number_to_human_size(file.filesize) %></td>
|
|
|
|
<td class="filesize"><%= number_to_human_size(file.filesize) %></td>
|
|
|
|
<td class="attach_type">
|
|
|
|
<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_label<%= file.id %>" style="white-space:nowrap;"><%= file.attachmentstype.typeName unless file.attachmentstype.nil? %></span>
|
|
|
|
<span id="attach_type_id_edit<%= file.id %>" style="white-space:nowrap;">
|
|
|
|
<span id="attach_type_id_edit<%= file.id %>" style="white-space:nowrap;">
|
|
|
|
<%= render :partial => 'attachments/course_type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %>
|
|
|
|
<%= render :partial => 'attachments/course_type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|