From 5e5ec5a66a64d43ef5ea14c03b32055863f11bf1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 29 Jul 2016 11:30:33 +0200 Subject: catch all input fields (in preparation for acl in this place) and display the files to upload in the right order --- view/tpl/cloud_directory.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl/cloud_directory.tpl') 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 @@ {{/if}} + {{* this is needed to append the upload files in the right order *}} {{foreach $entries as $item}} @@ -38,6 +39,7 @@ + {{/foreach}} -- cgit v1.2.3