From c7086b77fdac7b7cf4e96010c72e0cff4829f10f Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jul 2014 00:58:49 -0700 Subject: move code out of templates - not sure how this even worked. --- view/tpl/cloud_directory.tpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'view/tpl/cloud_directory.tpl') diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index fc6b3309a..5d22e4a16 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -2,19 +2,19 @@ - + - - - + + + {{if $parentpath}} - + + @@ -25,8 +25,8 @@ {{if $item.is_owner}} - - + + {{else}} {{/if}} @@ -39,5 +39,5 @@
{{t('Name')}}   {{$name}}    {{t('Type')}}   {{t('Size')}}   {{t('Last modified')}}{{$type}}   {{$size}}   {{$lastmod}}

{{$parentpath.icon}}.... - [{{t('parent')}}][{{$parent}}]
{{$item.displayName}}{{$item.attachIcon}}
{{if $quota.limit || $quota.used}} -

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

+

{{$total}} {{$quota.desc}}

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