From: hickert Date: Thu, 18 Mar 2010 14:00:43 +0000 (+0000) Subject: updated templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=92d899f59bdc11a84b14b17a9f5b3798ecf33c90;p=gosa.git updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16915 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc index 5ff6b3d65..5f5176995 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -199,8 +199,6 @@ class servgeneric extends plugin $smarty->assign("$attr", $this->$attr); } - $smarty->assign("staticAddress", ""); - /* Assign status */ if (gosaSupportDaemon::ping($this->netConfigDNS->macAddress)){ $smarty->assign("actions", array("halt" => _("Switch off"), "reboot" => _("Reboot"),