diff --git a/views/blue/class.MyAccount.php b/views/blue/class.MyAccount.php index cc9706bd7..31e16bc1c 100644 --- a/views/blue/class.MyAccount.php +++ b/views/blue/class.MyAccount.php @@ -72,6 +72,14 @@ class LetoDMS_View_MyAccount extends LetoDMS_Blue_Style { print "".htmlspecialchars($user->getPwdExpiration())."\n"; print "\n"; } + print "\n"; + print "".getMLText("quota")." : \n"; + print "".LetoDMS_Core_File::format_filesize($user->getQuota())."\n"; + print "\n"; + print "\n"; + print "".getMLText("used_discspace")." : \n"; + print "".LetoDMS_Core_File::format_filesize($user->getUsedDiskSpace())."\n"; + print "\n"; print "\n"; $this->contentContainerEnd();