diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-03 21:50:34 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-03 21:50:34 -0400 |
commit | e4a2aacd1d2f852264319aff848257349575131e (patch) | |
tree | a0d25ece0130fce219cc4df6950f7ab5d41b5c7b /view | |
parent | 5686ee13b4540bfc0ce6c40f07b6e43c3c55e9a8 (diff) | |
parent | 45c7a03a0d3e534ee121a632fc279c353015b876 (diff) | |
download | volse-hubzilla-e4a2aacd1d2f852264319aff848257349575131e.tar.gz volse-hubzilla-e4a2aacd1d2f852264319aff848257349575131e.tar.bz2 volse-hubzilla-e4a2aacd1d2f852264319aff848257349575131e.zip |
Merge remote-tracking branch 'upstream/dev' into plugin-repo
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/sharedwithme.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/sharedwithme.tpl b/view/tpl/sharedwithme.tpl index 697e0488d..c764dc4f0 100644 --- a/view/tpl/sharedwithme.tpl +++ b/view/tpl/sharedwithme.tpl @@ -14,7 +14,7 @@ </tr> {{foreach $items as $item}} <tr id="cloud-index-{{$item.id}}"> - <td><i class="{{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td> + <td><i class="fa {{$item.objfiletypeclass}}" title="{{$item.objfiletype}}"></i></td> <td><a href="{{$item.objurl}}">{{$item.objfilename}}</a>{{if $item.unseen}} <span class="label label-success">{{$label_new}}</span>{{/if}}</td> <td class="cloud-index-tool"><a href="#" title="{{$drop}}" onclick="dropItem('/sharedwithme/{{$item.id}}/drop', '#cloud-index-{{$item.id}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a></td> <td class="hidden-xs">{{$item.objfilesize}}</td> |