From eb4f49af8a89006922cbfa4aed1edd330eab2cf3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 8 Apr 2014 10:48:44 +0200 Subject: [PATCH] add more charts --- views/bootstrap/class.Charts.php | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/views/bootstrap/class.Charts.php b/views/bootstrap/class.Charts.php index 64727b99b..fadfcb5d7 100644 --- a/views/bootstrap/class.Charts.php +++ b/views/bootstrap/class.Charts.php @@ -45,7 +45,8 @@ class SeedDMS_View_Charts extends SeedDMS_Bootstrap_Style { $this->htmlAddHeader( ''."\n". - ''."\n"); + ''."\n". + ''."\n"); $this->htmlStartPage(getMLText("folders_and_documents_statistic")); $this->globalNavigation(); @@ -60,7 +61,7 @@ echo "
\n"; echo "
\n"; $this->contentHeading(getMLText("chart_selection")); echo "
\n"; -foreach(array('docsperuser', 'sizeperuser', 'docspermimetype', 'docspercategory', 'docsperstatus') as $atype) { +foreach(array('docsperuser', 'sizeperuser', 'docspermimetype', 'docspercategory', 'docsperstatus', 'docspermonth', 'docsaccumulated') as $atype) { echo "
".getMLText('chart_'.$atype.'_title')."
\n"; } echo "
\n"; @@ -73,10 +74,26 @@ echo "
\n"; ?>
\n";