diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-07 12:34:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-07 12:34:43 +0200 |
commit | dc2c6d00febda8bb92f41f2b4f37bd9de884dd5e (patch) | |
tree | a23071597b8c9564c95ee517c5fd101affe4cbd0 /view | |
parent | e7c8012794ffe6ac746223a9d67fa338f7360c57 (diff) | |
download | volse-hubzilla-dc2c6d00febda8bb92f41f2b4f37bd9de884dd5e.tar.gz volse-hubzilla-dc2c6d00febda8bb92f41f2b4f37bd9de884dd5e.tar.bz2 volse-hubzilla-dc2c6d00febda8bb92f41f2b4f37bd9de884dd5e.zip |
fix filestorage spinner
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index adc8584c3..e8ae6a590 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -25,7 +25,7 @@ <td><a href="{{$item.fullPath}}">{{$item.displayName}}</a></td> {{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"><div id="file-edit-{{$item.attachId}}" class="spinner-wrapper"><div class="spinner s"></div></div></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> |