From 8bd887b2c6e821a5809b5e7eabc29358923c3ca7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 17 May 2017 12:06:51 +0200 Subject: add storage info, fix URL generation Signed-off-by: Arthur Schiwon --- settings/templates/settings/personal/personal.info.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'settings/templates') diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php index eb1bb43d267..dd271563c60 100644 --- a/settings/templates/settings/personal/personal.info.php +++ b/settings/templates/settings/personal/personal.info.php @@ -42,6 +42,21 @@ vendor_style('jcrop/css/jquery.Jcrop'); ?> +
+
80): ?> class="quota-warning" > +

+ + t('You are using %s of %s', + [$_['usage'], $_['total_space']]));?> + + t('You are using %s of %s (%s %%)', + [$_['usage'], $_['total_space'], $_['usage_relative']]));?> + +

+
+
+
-- cgit v1.2.3