Code

Updated terminal info - Applied patch from lhm 13756
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Jun 2009 13:26:02 +0000 (13:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Jun 2009 13:26:02 +0000 (13:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13777 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc

index d92a958eb2651ef802d3ab8ed2e3fa02fb4b1511..a2586613b68e5f7760cc9356c4a594b94387e392 100644 (file)
@@ -74,13 +74,12 @@ class terminfo extends plugin
     if(!preg_match("/r/",$this->getacl(""))){
       $smarty->assign("ACL",FALSE);
     }elseif(!is_callable("snmpget")){
-      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));
       $smarty->assign("swap", progressbar(0,100,15,true));
       foreach(array("uptime", "sshd", "X", "saned", "artsd", "cupsd","status","ghNetNic", "ghIdeDev", "ghScsiDev","FloppyDevice", "CdromDevice","active") as $val){
-        $smarty->assign("$val", "<i>"._("unknown status")."</i>");
+        $smarty->assign("$val", "<i>"._("unknown status, SNMP support missing")."</i>");
       }