chg: column order and re-enabled size column

This commit is contained in:
Tobi Schäfer 2018-05-06 22:01:20 +02:00
parent f35eaef6aa
commit aae43d3051
2 changed files with 4 additions and 4 deletions

View file

@ -1,15 +1,15 @@
<% #listItem %> <% #listItem %>
<tr> <tr>
<td class='uk-text-right'><% file.requests %></td> <td class='uk-text-right'><% file.requests %></td>
<td class='uk-text-muted'><i class='uk-icon-file<% file.contentType generic prefix=- %>-o' title='<% file.contentType %>' data-uk-tooltip></i></td>
<td class='uk-width-1-2 av-overflow'> <td class='uk-width-1-2 av-overflow'>
<span title='<% file.description %>' data-uk-tooltip="{pos: 'top-left'}"><% file.name | file.link %></span> <span title='<% file.description %>' data-uk-tooltip="{pos: 'top-left'}"><% file.name | file.link %></span>
</td> </td>
<!-- td class='uk-text-nowrap'><% //file.contentLength %></td --> <td class='uk-text-nowrap'><% file.contentLength %></td>
<td><% file.creator %></td> <td><% file.creator %></td>
<td class='uk-text-nowrap' title='<% file.created short %>' data-uk-tooltip="{pos: 'top-left'}"> <td class='uk-text-nowrap' title='<% file.created short %>' data-uk-tooltip="{pos: 'top-left'}">
<% file.modified text %> <% file.modified text %>
</td> </td>
<td class='uk-text-muted'><i class='uk-icon-file<% file.contentType generic prefix=- %>-o' title='<% file.contentType %>' data-uk-tooltip></i></td>
<td class='uk-text-right uk-text-nowrap'> <td class='uk-text-right uk-text-nowrap'>
<a href='javascript:' class='av-clipboard-copy' data-text='<% gettext 'Press CTRL & C to copy to clipboard.' %>' data-value="<% file.macro %>"><i class='uk-icon-clipboard'></i></a> <a href='javascript:' class='av-clipboard-copy' data-text='<% gettext 'Press CTRL & C to copy to clipboard.' %>' data-value="<% file.macro %>"><i class='uk-icon-clipboard'></i></a>
<% file.link delete "<i class='uk-icon-trash-o'></i>" %> <% file.link delete "<i class='uk-icon-trash-o'></i>" %>

View file

@ -10,12 +10,12 @@
<thead> <thead>
<tr> <tr>
<th class='uk-text-right'><i class='uk-icon-download'></i></th> <th class='uk-text-right'><i class='uk-icon-download'></i></th>
<th></th>
<th><% gettext Name %></th> <th><% gettext Name %></th>
<!-- th><% gettext Size %></th --> <th><% gettext Size %></th>
<th><% gettext Account %></th> <th><% gettext Account %></th>
<th><% gettext Modified %></th> <th><% gettext Modified %></th>
<th></th> <th></th>
<th></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>