diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-30 21:40:37 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-30 21:40:37 -0800 |
commit | 3b6d7e306656f1263b80430fbcfdb413bf99ead9 (patch) | |
tree | 9af44853260612fc2d4f2d20a74a5c1c76e239e1 /view | |
parent | 3d8de8cf0af99e1f2b263667a96e8185c055fb82 (diff) | |
download | volse-hubzilla-3b6d7e306656f1263b80430fbcfdb413bf99ead9.tar.gz volse-hubzilla-3b6d7e306656f1263b80430fbcfdb413bf99ead9.tar.bz2 volse-hubzilla-3b6d7e306656f1263b80430fbcfdb413bf99ead9.zip |
make sure we get a file upload progress indicator in the tiles view.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 7017df344..ad3caff88 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,8 +1,12 @@ <div id="cloud-drag-area" class="section-content-wrapper-np"> {{if $tiles}} + <table id="cloud-index"> + <tr id="new-upload-progress-bar-1"></tr> {{* this is needed to append the upload files in the right order *}} + </table> {{if $parentpath}} <div class="cloud-container" > + <div class="cloud-icon tiles"><a href="{{$parentpath.path}}"> <div class="cloud-icon-container"><i class="fa fa-fw fa-level-up" ></i></div> </a> |