summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 61a1b7b)
raw | patch | inline | side by side (parent: 61a1b7b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Dec 2006 10:07:12 +0000 (10:07 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 7 Dec 2006 10:07:12 +0000 (10:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5331 594d385d-05f5-0310-b6e9-bd551577e9d8
FAQ | patch | blob | history | |
plugins/admin/systems/class_termDNS.inc | patch | blob | history |
index 16dc268c908cf9142fbc3d0be3644b2cc3a82b26..697f75363bff36f53953ed77e49bfb74fd3a4650 100644 (file)
--- a/FAQ
+++ b/FAQ
Q: Is there a way to let GOsa automatically fill missing fields in the network
configuration?
-A: Sure. You can specify the "autoconf" option and provide the contributed
+A: Sure. You can specify the "auto_network_conf" option and provide the contributed
script "net-resolver.sh" in your gosa.conf. If this is configured, you're
getting an additional button in each network dialog.
index 93642535eb921faf95564c20bd51f187bcead5f6..0f76e2f131c27845aa0b34d3a76e5e868b5aeb6b 100644 (file)
}
$smarty->assign("staticAddress","<font class=\"must\">*</font>");
- if ($this->autonet){
- $smarty->assign("autonet", "true");
- } else {
- $smarty->assign("autonet", "");
- }
+ $smarty->assign("autonet", $this->autonet);
$display.= $smarty->fetch(get_template_path('network.tpl', TRUE));
return($display);
}else{