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 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/cloud_actionspanel.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}}
-- cgit v1.2.3 From 232742a5e6c2912fe53249465d5fe31ef3b9722f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 21 Oct 2015 12:52:03 +0200 Subject: warn if quota exceeds 90% of storage limit --- view/tpl/cloud_actionspanel.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/cloud_actionspanel.tpl') diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 4d2afa8ef..44e4eb54c 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -8,7 +8,7 @@
- {{if $quota.limit || $quota.used}}{{/if}} + {{if $quota.limit || $quota.used}}{{/if}} -- cgit v1.2.3 From 71f70b4377fa33ceba6b8e6a198d5871c8a8f143 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 27 Oct 2015 12:52:21 +0100 Subject: css fixes --- view/tpl/cloud_actionspanel.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/cloud_actionspanel.tpl') diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 44e4eb54c..81a586e75 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -1,4 +1,4 @@ -
+
@@ -7,7 +7,7 @@
-
+
{{if $quota.limit || $quota.used}}{{/if}}
-- cgit v1.2.3