mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
output message if quota is exceeded
This commit is contained in:
parent
0bda534985
commit
ab1a241a16
|
@ -72,6 +72,14 @@ class LetoDMS_View_MyAccount extends LetoDMS_Blue_Style {
|
|||
print "<td>".htmlspecialchars($user->getPwdExpiration())."</td>\n";
|
||||
print "</tr>\n";
|
||||
}
|
||||
print "<tr>\n";
|
||||
print "<td>".getMLText("quota")." : </td>\n";
|
||||
print "<td>".LetoDMS_Core_File::format_filesize($user->getQuota())."</td>\n";
|
||||
print "</tr>\n";
|
||||
print "<tr>\n";
|
||||
print "<td>".getMLText("used_discspace")." : </td>\n";
|
||||
print "<td>".LetoDMS_Core_File::format_filesize($user->getUsedDiskSpace())."</td>\n";
|
||||
print "</tr>\n";
|
||||
print "</table>\n";
|
||||
|
||||
$this->contentContainerEnd();
|
||||
|
|
Loading…
Reference in New Issue
Block a user