|
|
|
@ -37,7 +37,7 @@
|
|
|
|
|
<!-- <td class="created_on"><%#= format_time(file.created_on) %></td> -->
|
|
|
|
|
<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_label<%= file.id %>" style="white-space:nowrap;"><%= file.attachmentstype.nil? ? l(:lable_unknow_type):file.attachmentstype.typeName %></span>
|
|
|
|
|
|
|
|
|
|
<span id="attach_type_id_edit<%= file.id %>" style="white-space:nowrap;">
|
|
|
|
|
<%= render :partial => 'attachments/course_type_edit', :locals => {:attachmenttypes => attachmenttypes,
|
|
|
|
|