From a33ddf373bc8a83ec7d440b46710642e26171800 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 21 Oct 2015 12:40:09 +0200 Subject: move file storage quota display to upload section. add a warning if remaining space is less than 100MB and fix % calculation --- view/tpl/cloud_actionspanel.tpl | 1 + view/tpl/cloud_header.tpl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index da708a98c..4d2afa8ef 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -8,6 +8,7 @@
+ {{if $quota.limit || $quota.used}}{{/if}}
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl index 0786b46ba..076fa16cb 100644 --- a/view/tpl/cloud_header.tpl +++ b/view/tpl/cloud_header.tpl @@ -9,7 +9,6 @@
{{/if}}

{{$header}}

- {{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}
{{if $actionspanel}} -- cgit v1.2.3