diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 05:59:02 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 05:59:02 +1000 |
commit | 17dba9542ad2745025550cefc28d38aa84a69c0d (patch) | |
tree | 5a97c0878e5ee43c931d0d50b27fb4b87369698a /view/tpl/cloud_directory.tpl | |
parent | 2f74f9eb401d03b6eb8f8e12b80a7b8f4a989dd2 (diff) | |
download | volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.gz volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.bz2 volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.zip |
update icon names in view/
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 0c7892c25..c0207c623 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -10,7 +10,7 @@ </tr> {{if $parentpath}} <tr> - <td><i class="icon-level-up"></i>{{*{{$parentpath.icon}}*}}</td> + <td><i class="fa fa-level-up"></i>{{*{{$parentpath.icon}}*}}</td> <td><a href="{{$parentpath.path}}" title="{{$parent}}">..</a></td> <td></td><td></td><td></td><td></td> <td>{{*[{{$parent}}]*}}</td> @@ -25,8 +25,8 @@ {{if $item.is_owner}} <td class="cloud-index-tool">{{$item.attachIcon}}</td> <td id="file-edit-{{$item.attachId}}" class="cloud-index-tool"></td> - <td class="cloud-index-tool"><i class="fakelink icon-pencil" onclick="filestorage(event, '{{$nick}}', {{$item.attachId}});"></i></td> - <td class="cloud-index-tool"><a href="#" title="{{$delete}}" onclick="dropItem('{{$item.fileStorageUrl}}/{{$item.attachId}}/delete', '#cloud-index-{{$item.attachId}},#cloud-tools-{{$item.attachId}}'); return false;"><i class="icon-trash drop-icons"></i></a></td> + <td class="cloud-index-tool"><i class="fakelink fa fa-pencil" onclick="filestorage(event, '{{$nick}}', {{$item.attachId}});"></i></td> + <td class="cloud-index-tool"><a href="#" title="{{$delete}}" onclick="dropItem('{{$item.fileStorageUrl}}/{{$item.attachId}}/delete', '#cloud-index-{{$item.attachId}},#cloud-tools-{{$item.attachId}}'); return false;"><i class="fa fa-trash-o drop-icons"></i></a></td> {{else}} <td></td><td></td><td></td><td></td> |