mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
new chart foldersperuser
This commit is contained in:
parent
c889e075f7
commit
a9b2b267a4
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue
Block a user