new chart foldersperuser

This commit is contained in:
Uwe Steinmann 2021-07-09 14:24:03 +02:00
parent c889e075f7
commit a9b2b267a4

View File

@ -208,7 +208,7 @@ $(document).ready( function() {
$this->columnStart(3);
$this->contentHeading(getMLText("chart_selection"));
$this->contentContainerStart();
foreach(array('docsperuser', 'sizeperuser', 'docspermimetype', 'docspercategory', 'docsperstatus', 'docspermonth', 'docsaccumulated') as $atype) {
foreach(array('docsperuser', 'foldersperuser', 'sizeperuser', 'docspermimetype', 'docspercategory', 'docsperstatus', 'docspermonth', 'docsaccumulated') as $atype) {
echo "<div><a href=\"?type=".$atype."\">".getMLText('chart_'.$atype.'_title')."</a></div>\n";
}
$this->contentContainerEnd();
@ -235,6 +235,7 @@ $(document).ready( function() {
switch($type) {
case 'docspermonth':
case 'docsperuser':
case 'foldersperuser':
case 'docspermimetype':
case 'docspercategory':
case 'docsperstatus':