Code

Updated OPSI spelling
[gosa.git] / gosa-plugins / systems / admin / systems / class_termDNS.inc
index 7d5ffc58edf7eb29bf55375a86bcfad4519799d5..58d9a23a2d59eb13417237478e2f3fb96a574d1f 100644 (file)
@@ -454,6 +454,8 @@ class termDNS extends plugin
       $smarty->assign("changeStateForRecords",$changeStateForRecords);
       $smarty->assign("staticAddress","<font class=\"must\">*</font>");
 
+      $smarty->assign("autonetACL",$this->acl_is_writeable("macAddress").$this->acl_is_writeable("ipHostNumber"));
+
       $display.= $smarty->fetch(get_template_path('network.tpl', TRUE));
     }