summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eeea4a3)
raw | patch | inline | side by side (parent: eeea4a3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Aug 2010 15:12:21 +0000 (15:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Aug 2010 15:12:21 +0000 (15:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19424 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/generic/statistics/class_statistics.inc | patch | blob | history | |
gosa-core/plugins/generic/statistics/statistics.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/generic/statistics/class_statistics.inc b/gosa-core/plugins/generic/statistics/class_statistics.inc
index b615da14d848c56066aa13572f320a1f0c3ea1f5..ccd3edb7ca308931df5c5ddfe49f23f7dc30c5e6 100644 (file)
var $graphID_3 = 0;
var $graphID_4 = 0;
var $graphID_5 = 0;
+ var $graphID_6 = 0;
var $legendR = 235;
var $legendG = 235;
$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 0d9d4ba1796acf1b76e526491625dbd1b58b599d..06c9b92d740fc87fa8400220d49dfb8e85492468 100644 (file)
{if $graphID_5}
<img src='plugins/statistics/getGraph.php?id={$graphID_5}'>
{/if}
+ {if $graphID_6}
+ <img src='plugins/statistics/getGraph.php?id={$graphID_6}'>
+ {/if}
{/if}