From 322091cd12ba972d1f3fee0df47ffb4e49a452ce Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Sun, 29 Jun 2014 17:49:46 +0200 Subject: Fixed some more timestamp bugs in RedDAV. Fixed an SQL-query in RedFile::put(), where parameters where in wrong order. --- view/tpl/cloud_directory.tpl | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'view') diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index cdcab1990..fc6b3309a 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -9,7 +9,6 @@ {{t('Last modified')}}
- {{if $parentpath}} {{$parentpath.icon}} @@ -20,29 +19,25 @@ {{/if}} - - {{foreach $entries as $item}} {{$item.icon}} - {{$item.displayName}} - + {{$item.displayName}} {{if $item.is_owner}} - {{$item.attachIcon}} - - + {{$item.attachIcon}} + + {{else}} {{/if}} - {{$item.type}} - {{$item.sizeFormatted}} - {{$item.lastmodified}} - + {{$item.type}} + {{$item.sizeFormatted}} + {{$item.lastmodified}} + {{/foreach}} -
{{if $quota.limit || $quota.used}}

{{t('Total')}} {{$quota.desc}}

-{{/if}} +{{/if}} \ No newline at end of file -- cgit v1.2.3