diff options
Diffstat (limited to 'view/tpl/sharedwithme.tpl')
-rw-r--r-- | view/tpl/sharedwithme.tpl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl index 3a3d7e36a..1aeb9d4d7 100644 --- a/view/tpl/sharedwithme.tpl +++ b/view/tpl/sharedwithme.tpl @@ -7,7 +7,6 @@ <tr> <th width="1%"></th> <th width="92%">{{$name}}</th> - <th width="1%"></th><th width="1%"></th><th width="1%"></th><th width="1%"></th> <th width="1%"></th> <th width="1%" class="hidden-xs">{{$size}}</th> <th width="1%" class="hidden-xs">{{$lastmod}}</th> @@ -16,13 +15,7 @@ <tr id="cloud-index-{{$item.id}}"> <td><i class="{{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td> <td><a href="{{$item.objurl}}">{{$item.objfilename}}</a></td> - - <td></td> - <td></td> - <td></td> - <td class="cloud-index-tool"><a href="sharedwithme/{{$item.id}}/drop" title="{{$drop}}" onclick="return confirmDelete();"><i class="icon-trash drop-icons"></i></a></td> - - <td>{{*{{$item.type}}*}}</td> + <td class="cloud-index-tool"><a href="/sharedwithme/{{$item.id}}/drop" title="{{$drop}}" onclick="return confirmDelete();"><i class="icon-trash drop-icons"></i></a></td> <td class="hidden-xs">{{$item.objfilesize}}</td> <td class="hidden-xs">{{$item.objedited}}</td> </tr> |