From 19e8115f9272b4b87af24b10362f0eeb4c17081f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 2 Apr 2014 08:42:49 +0200 Subject: [PATCH] use translations for chart title, turn on hover function --- views/bootstrap/class.Charts.php | 71 ++++++++++++++++++++++---------- 1 file changed, 50 insertions(+), 21 deletions(-) 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";