diff --git a/include/reddav.php b/include/reddav.php index c4b249598..c4ef5bd08 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -1280,7 +1280,15 @@ class RedBrowser extends DAV\Browser\Plugin { '$header' => t('Files') . ": " . $this->escapeHTML($path) . "/", '$parentpath' => $parentpath, '$entries' => $f, - '$quota' => $quota + '$quota' => $quota, + '$name' => t('Name'), + '$type' => t('Type'), + '$size' => t('Size'), + '$lastmod' => t('Last Modified'), + '$parent' => t('parent'), + '$edit' => t('Edit'), + '$delete' => t('Delete'), + '$total' => t('Total') )); $output = ''; diff --git a/version.inc b/version.inc index 265f47ba9..e6ba5b19d 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-07-02.724 +2014-07-03.725 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 @@
- | {{t('Name')}} | +{{$name}} | - | {{t('Type')}} | -{{t('Size')}} | -{{t('Last modified')}} | +{{$type}} | +{{$size}} | +{{$lastmod}} | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{$parentpath.icon}} | -.. | +.. | - | [{{t('parent')}}] | +[{{$parent}}] | {{$item.displayName}} | {{if $item.is_owner}}{{$item.attachIcon}} | -- | + | + | {{else}} | {{/if}} @@ -39,5 +39,5 @@ |
{{t('Total')}} {{$quota.desc}}
+{{$total}} {{$quota.desc}}
{{/if}} \ No newline at end of file