diff --git a/views/bootstrap/class.Charts.php b/views/bootstrap/class.Charts.php index 6c2c0e5c4..64727b99b 100644 --- a/views/bootstrap/class.Charts.php +++ b/views/bootstrap/class.Charts.php @@ -60,8 +60,8 @@ echo "
\n"; echo "
\n"; $this->contentHeading(getMLText("chart_selection")); echo "
\n"; -foreach(array('docsperuser', 'sizeperuser', 'docspermimetype', 'docspercategory') as $atype) { - echo "
".$atype."
\n"; +foreach(array('docsperuser', 'sizeperuser', 'docspermimetype', 'docspercategory', 'docsperstatus') as $atype) { + echo "
".getMLText('chart_'.$atype.'_title')."
\n"; } echo "
\n"; echo "
\n"; @@ -71,38 +71,67 @@ $this->contentHeading(getMLText('chart_'.$type.'_title')); echo "
\n"; ?> -
- + \n"; echo "
\n";