summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 547f95e)
raw | patch | inline | side by side (parent: 547f95e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Dec 2006 10:10:59 +0000 (10:10 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Dec 2006 10:10:59 +0000 (10:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5332 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_termDNS.inc | patch | blob | history |
index 0f76e2f131c27845aa0b34d3a76e5e868b5aeb6b..a62eaaedaf2f0e13f81532cb3ef81f714a471946 100644 (file)
$display= "";
$smarty->assign("staticAddress", "");
- $smarty->assign("autonet", "");
+ $smarty->assign("autonet", $this->autonet);
/* Check for autonet button */
if ($this->autonet && isset($_POST['autonet'])){
}
$smarty->assign("staticAddress","<font class=\"must\">*</font>");
- $smarty->assign("autonet", $this->autonet);
$display.= $smarty->fetch(get_template_path('network.tpl', TRUE));
return($display);
}else{