summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4965a91)
raw | patch | inline | side by side (parent: 4965a91)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 15:18:12 +0000 (15:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 15:18:12 +0000 (15:18 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16930 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_servGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_servGeneric.inc b/gosa-plugins/systems/admin/systems/class_servGeneric.inc
index 5f5176995af95de4883b71c44f83b37461596a47..bdee72a1bad3ac455905d68bf606f01633d6845a 100644 (file)
function execute()
{
+
+
/* Call parent execute */
plugin::execute();
$smarty->assign("fai_activated",$this->fai_activated);
$str = $this->netConfigDNS->execute();
+ $this->dialog = $this->is_modal_dialog();
if(is_object($this->netConfigDNS->dialog)){
return($str);
}