From: hickert Date: Thu, 26 Aug 2010 07:36:19 +0000 (+0000) Subject: Updated graphs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e3807c3056284681f558a96c81ede9fe60931301;p=gosa.git Updated graphs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19454 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/statistics/chartClasses/class_statChart.inc b/gosa-core/plugins/generic/statistics/chartClasses/class_statChart.inc index c55815c8b..5b4cd4f42 100644 --- a/gosa-core/plugins/generic/statistics/chartClasses/class_statChart.inc +++ b/gosa-core/plugins/generic/statistics/chartClasses/class_statChart.inc @@ -79,6 +79,11 @@ class statChart{ return($this->seriesList); } + function getGraphOptions() + { + return(""); + } + function getSeriesSelector() { $str = ""; diff --git a/gosa-core/plugins/generic/statistics/class_statistics.inc b/gosa-core/plugins/generic/statistics/class_statistics.inc index e07941418..b685c0953 100644 --- a/gosa-core/plugins/generic/statistics/class_statistics.inc +++ b/gosa-core/plugins/generic/statistics/class_statistics.inc @@ -195,6 +195,7 @@ class statistics extends plugin $curGraph = $this->graphs[$this->selectedGraphType]; $smarty->assign('curGraphID', $curGraph->getGraphID()); + $smarty->assign('curGraphOptions', $curGraph->getGraphOptions()); $smarty->assign('curSeriesSelector', $curGraph->getSeriesSelector()); $smarty->assign('unsbmittedFiles', count($this->unsbmittedFiles)); $smarty->assign('unsbmittedFilesMsg', sprintf( diff --git a/gosa-core/plugins/generic/statistics/statistics.tpl b/gosa-core/plugins/generic/statistics/statistics.tpl index b9b9f236d..0ad79788e 100644 --- a/gosa-core/plugins/generic/statistics/statistics.tpl +++ b/gosa-core/plugins/generic/statistics/statistics.tpl @@ -74,6 +74,7 @@ + {$curGraphOptions}