文件下载的排序,操作部分不需要排序

This commit is contained in:
yanxd 2014-02-25 17:25:39 +08:00
parent 2ca1362e83
commit dd4fb1f5b0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
<%= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc', :scope =>"col" , :id => "vzebra-comedy")%>
<%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope =>"col", :id=> "vzebra-children")%>
<%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope =>"col", :id => "vzebra-action") %>
<%= sort_header_tag('downloads', :caption => "", :scope =>"col", :id => "vzebra-children") %>
<%= sort_header_tag('operation', :caption => "", :scope =>"col", :id => "vzebra-children") %>
<!-- <%= sort_header_tag('description', :caption => l(:field_description)) %> -->
</tr></thead>
<tbody>