Code

Column name changed.
[gosa.git] / gosa-plugins / goto / admin / systems / goto / class_terminalInfo.inc
index 64096c4f6cae7c0392a48b5f1b5fadc76db98e70..071c99bf6494f4a0a41536fdf23818535ef4299d 100644 (file)
@@ -64,14 +64,14 @@ class terminfo extends plugin
 
     /* Do we represent a valid terminal? */
     if (!$this->is_account && $this->parent === NULL){
-      return("<img alt=\"\" src=\"images/stop.png\" align=middle>&nbsp;<b>".
+      return("<img alt=\"\" src=\"images/small-error.png\" align=middle>&nbsp;<b>".
         msgPool::noValidExtension(_("terminal"))."</b>");
     }
 
     $smarty= get_smarty();
     $display= "";
     if(!is_callable("snmpget")){
-      print_red(msgPool::missingext("snmp"));
+      msg_dialog::display(_("Configuration error"), msgPool::missingext("snmp"), ERROR_DIALOG);
 
       $smarty->assign("load", progressbar(0,100,15,true));
       $smarty->assign("mem", progressbar(0,100,15,true));