Code

Updated stats
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Aug 2010 15:12:21 +0000 (15:12 +0000)
committerhickert <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
gosa-core/plugins/generic/statistics/statistics.tpl

index b615da14d848c56066aa13572f320a1f0c3ea1f5..ccd3edb7ca308931df5c5ddfe49f23f7dc30c5e6 100644 (file)
@@ -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?"),
index 0d9d4ba1796acf1b76e526491625dbd1b58b599d..06c9b92d740fc87fa8400220d49dfb8e85492468 100644 (file)
@@ -68,5 +68,8 @@
     {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}