Code

Updated ArpNewDevice
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Oct 2007 14:51:00 +0000 (14:51 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Oct 2007 14:51:00 +0000 (14:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7608 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/ArpNewDevice.tpl

index 3124b25a8e493acdb4a740a9016bcee5aa57461e..8e4bf44ac2b801ff405407bdac6e12b86d776836 100644 (file)
@@ -1,27 +1,31 @@
-<h2><img class="center" alt="" align="middle" src="images/rightarrow.png">{t}Properties{/t}</h2>
-<table summary="">
+<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}
+</p>
+<table summary="" style="width:100%">
 <tr>
  <td style>
   <LABEL for="cn">
-   {t}Dns name{/t}
+   {t}DNS name{/t}{$must}
   </LABEL>
  </td>
- <td>
+ <td style='width:35%;border-right:1px solid #aaa'>
   <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
  </td>
-</tr>
-<tr>
- <td style>
+ <td style='width:15%'>
   <LABEL for="description">
    {t}Description{/t}
   </LABEL>
  </td>
- <td>
+ <td style='width:35%'>
   <input name="description" id="description" size=18 maxlength=60 value="{$description}">
  </td>
 </tr>
 </table>
+<br>
+<p class="seperator"></p>
 {$netconfig}
 
 <input type='hidden' name='ArpNewDevice_posted' value='1'>
-<input type='hidden' name='ArpNewDevice' value='1'>
+
+<p class="seperator"></p>