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