summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4509ace)
raw | patch | inline | side by side (parent: 4509ace)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 31 Jan 2008 13:50:54 +0000 (13:50 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 31 Jan 2008 13:50:54 +0000 (13:50 +0000) |
Cn gets filled.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8702 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8702 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl b/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl
index 8e4bf44ac2b801ff405407bdac6e12b86d776836..6ad765324f60130ffae67ba7b49761417219fd41 100644 (file)
<h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Integrating unknown devices{/t}</h2>
<p>
- {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disapear from the list of the systems and move to the DNS/DHCP configuration.{/t}
+ {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disappear from the list of the systems and move to the DNS/DHCP configuration.{/t}
</p>
<table summary="" style="width:100%">
<tr>
diff --git a/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc b/gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc
index 33004b8b205f1ce3b15732375efdf977bb54a43a..7bc8128ebd5dae900dc9f10955d76bde91362ce1 100644 (file)
function ArpNewDevice ($config, $dn= NULL, $parent= NULL)
{
plugin :: plugin($config,$dn);
- $this->cn ="";
$this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
$this->acl = "#all#";
$this->netConfigDNS->acl = $this->acl;