diff options
author | redmatrix <git@macgirvin.com> | 2016-07-30 14:04:30 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-30 14:04:30 -0700 |
commit | da9b6690e565452a9a9d69084a07ac48005d7e60 (patch) | |
tree | d09bc96d4f78df033b76513242bbb80ff57240bd /view/tpl/cloud_directory.tpl | |
parent | 4ce8f965aab8cfb09fc9f102f771cf67a7ee84fa (diff) | |
parent | d858bd9265a4a0fa3589cdb2126031998310c7c3 (diff) | |
download | volse-hubzilla-da9b6690e565452a9a9d69084a07ac48005d7e60.tar.gz volse-hubzilla-da9b6690e565452a9a9d69084a07ac48005d7e60.tar.bz2 volse-hubzilla-da9b6690e565452a9a9d69084a07ac48005d7e60.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r-- | view/tpl/cloud_directory.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 06176fdb8..5a84028c1 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -18,6 +18,7 @@ <td class="hidden-xs"></td> </tr> {{/if}} + <tr id="new-upload-progress-bar--1"></tr> {{* this is needed to append the upload files in the right order *}} {{foreach $entries as $item}} <tr id="cloud-index-{{$item.attachId}}"> <td><i class="fa {{$item.iconFromType}}" title="{{$item.type}}"></i></td> @@ -38,6 +39,7 @@ <tr id="cloud-tools-{{$item.attachId}}"> <td id="perms-panel-{{$item.attachId}}" colspan="9"></td> </tr> + {{/foreach}} </table> </div> |