Code

Updates with smaller bugfixing
[gosa.git] / plugins / admin / systems / class_terminalService.inc
index df357d66657d4eeb515395847d8797da17776408..043846474e144ca717e229f07ac672c10717894e 100644 (file)
@@ -196,6 +196,7 @@ class termservice extends plugin
     }
     $hl.= "</select>\n";
     $smarty->assign ("hardware_list", $hl);
+    $smarty->assign ("gotoXMonitor", $this->gotoXMonitor);
 
     /* Show main page */
     return($smarty->fetch (get_template_path('service.tpl', TRUE)));