diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-07-29 11:30:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-07-29 11:30:33 +0200 |
commit | 5e5ec5a66a64d43ef5ea14c03b32055863f11bf1 (patch) | |
tree | 5612d94e67052d5634988490fd311a8e9bc2ef06 /view/tpl | |
parent | 3a320462faedca9ec29a452e82d874fce0138136 (diff) | |
download | volse-hubzilla-5e5ec5a66a64d43ef5ea14c03b32055863f11bf1.tar.gz volse-hubzilla-5e5ec5a66a64d43ef5ea14c03b32055863f11bf1.tar.bz2 volse-hubzilla-5e5ec5a66a64d43ef5ea14c03b32055863f11bf1.zip |
catch all input fields (in preparation for acl in this place) and display the files to upload in the right order
Diffstat (limited to 'view/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> |