From: hickert Date: Wed, 24 Nov 2010 09:20:06 +0000 (+0000) Subject: Updated dhcp dialog handling X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be78383b045d541293112b315086244bb5090b7f;p=gosa.git Updated dhcp dialog handling -Once the dhcp setting of a client were opened the buttons 'ok' and 'apply' disappeared git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20349 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 890fbf072..d36d22e3f 100644 --- a/gosa-plugins/systems/admin/systems/class_servGeneric.inc +++ b/gosa-plugins/systems/admin/systems/class_servGeneric.inc @@ -227,8 +227,9 @@ class servgeneric extends plugin $smarty->assign("fai_activated",$this->fai_activated); $str = $this->netConfigDNS->execute(); - $this->dialog = $this->is_modal_dialog(); + $this->dialog = FALSE; if(is_object($this->netConfigDNS->dialog)){ + $this->dialog = TRUE; return($str); } $smarty->assign("netconfig", $str);