Code

Added branches container for old stuff
[gosa.git] / gosa-plugins / goto / admin / systems / goto / ArpNewDevice.tpl
1 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Integrating unknown devices{/t}</h2>
2 <p>
3  {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}
4 </p>
5 <table summary="" style="width:100%">
6 <tr>
7  <td style>
8   <LABEL for="cn">
9    {t}DNS name{/t}{$must}
10   </LABEL>
11  </td>
12  <td style='width:35%;border-right:1px solid #aaa'>
13   <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
14  </td>
15  <td style='width:15%'>
16   <LABEL for="description">
17    {t}Description{/t}
18   </LABEL>
19  </td>
20  <td style='width:35%'>
21   <input name="description" id="description" size=18 maxlength=60 value="{$description}">
22  </td>
23 </tr>
24 </table>
25 <br>
26 <p class="seperator"></p>
27 {$netconfig}
29 <input type='hidden' name='ArpNewDevice_posted' value='1'>
31 <p class="seperator"></p>