From: hickert Date: Fri, 20 Aug 2010 15:12:21 +0000 (+0000) Subject: Updated stats X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a2ff834a89dc7765f6362f480f6077b7760d3e7f;p=gosa.git Updated stats git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19424 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/statistics/class_statistics.inc b/gosa-core/plugins/generic/statistics/class_statistics.inc index b615da14d..ccd3edb7c 100644 --- a/gosa-core/plugins/generic/statistics/class_statistics.inc +++ b/gosa-core/plugins/generic/statistics/class_statistics.inc @@ -17,6 +17,7 @@ class statistics extends plugin var $graphID_3 = 0; var $graphID_4 = 0; var $graphID_5 = 0; + var $graphID_6 = 0; var $legendR = 235; var $legendG = 235; @@ -174,6 +175,7 @@ class statistics extends plugin $smarty->assign('graphID_3', $this->graphID_3); $smarty->assign('graphID_4', $this->graphID_4); $smarty->assign('graphID_5', $this->graphID_5); + $smarty->assign('graphID_6', $this->graphID_6); $smarty->assign('unsbmittedFiles', count($this->unsbmittedFiles)); $smarty->assign('unsbmittedFilesMsg', sprintf( _("You have currently %s unsubmitted statistic collection, do you want to transmit them now?"), diff --git a/gosa-core/plugins/generic/statistics/statistics.tpl b/gosa-core/plugins/generic/statistics/statistics.tpl index 0d9d4ba17..06c9b92d7 100644 --- a/gosa-core/plugins/generic/statistics/statistics.tpl +++ b/gosa-core/plugins/generic/statistics/statistics.tpl @@ -68,5 +68,8 @@ {if $graphID_5} {/if} + {if $graphID_6} + + {/if} {/if}