Code

Add asterisk for required attributes in network.tpl
[gosa.git] / plugins / admin / systems / class_servGeneric.inc
index c081b412ae90c7cb550eb7adf27f6355312cb04d..12c1c309dc3be2ddb7b9c2333fd92a30ec828883 100644 (file)
@@ -100,6 +100,7 @@ class servgeneric extends plugin
       $smarty->assign($attr."ACL", chkacl($this->acl, $attr));
       $smarty->assign("$attr", $this->$attr);
     }
+    $smarty->assign("staticAddress", "");
     $smarty->assign("base_select", $this->base);
 
     /* Assign status */