From: hickert Date: Tue, 23 Jun 2009 13:26:02 +0000 (+0000) Subject: Updated terminal info - Applied patch from lhm 13756 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dca2b9aae1d3327aca283df9ccd51f9d9a41b1bd;p=gosa.git Updated terminal info - Applied patch from lhm 13756 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13777 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc index d92a958eb..a2586613b 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalInfo.inc @@ -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", ""._("unknown status").""); + $smarty->assign("$val", ""._("unknown status, SNMP support missing").""); }