From b2f6e5673d1fbf72695b5c64db7d5e51d59b9e2e Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 4 Jan 2021 10:58:41 +0000 Subject: some work on the tiles view --- view/tpl/cloud_directory.tpl | 66 +++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 35 deletions(-) (limited to 'view') diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index c24e3c8aa..757239960 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,46 +1,42 @@ -
+
{{if $tiles}} {{* this is needed to append the upload files in the right order *}}
- - {{if $parentpath}} -
- -
- .. -
-
- {{/if}} - - {{foreach $entries as $item}} -
-
- {{if $item.photo_icon}} - - {{else}} -
- +
+ {{if $parentpath}} + {{/if}} + {{foreach $entries as $item}} + - - {{if $is_owner}} - {{* add file tools here *}} - {{/if}} + {{/foreach}}
- {{/foreach}} -
{{else}} -- cgit v1.2.3