diff --git a/views/bootstrap/class.UsrMgr.php b/views/bootstrap/class.UsrMgr.php index fd60a507f..d8310c317 100644 --- a/views/bootstrap/class.UsrMgr.php +++ b/views/bootstrap/class.UsrMgr.php @@ -43,6 +43,7 @@ class SeedDMS_View_UsrMgr extends SeedDMS_Bootstrap_Style { $enableuserimage = $this->params['enableuserimage']; $undeluserids = $this->params['undeluserids']; $workflowmode = $this->params['workflowmode']; + $quota = $this->params['quota']; $this->htmlStartPage(getMLText("admin_tools")); $this->globalNavigation(); @@ -187,6 +188,17 @@ function showUser(selectObj) { ?> + + : + + 0) + echo $this->warningMsg(getMLText('current_quota', array('quota'=>SeedDMS_Core_File::format_filesize($quota)))); + else + echo $this->warningMsg(getMLText('quota_is_disabled')); +?> + + : @@ -397,6 +409,17 @@ function showUser(selectObj) { ?> + + : + + 0) + echo $this->warningMsg(getMLText('current_quota', array('quota'=>SeedDMS_Core_File::format_filesize($quota)))); + else + echo $this->warningMsg(getMLText('quota_is_disabled')); +?> + + : isHidden() ? " checked='checked'" : "");?>>