summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69b3604)
raw | patch | inline | side by side (parent: 69b3604)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:35 +0000 (09:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Mar 2010 09:56:35 +0000 (09:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17253 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl b/gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl
index 3f8a9b883e7bb0b0b787e3b4d02c7e90f774c403..8361145143603ea3169a3118f1cefa1d01c1712b 100644 (file)
<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 disappear from the list of the systems and move to the DNS/DHCP configuration.{/t}
</p>
-<table summary="" style="width:100%">
+<table summary="{t}Integrating unknown devices{/t}" style="width:100%">
<tr>
<td style>
<LABEL for="cn">
onChange="changeState('SystemType');changeState('ObjectGroup');"
{if $gotoIntegration} checked {/if}> {t}GOto integration{/t}
</p>
-<table summary="" style='width:100%'>
+<table summary="{t}Target type selection{/t}" style='width:100%'>
<tr>
<td style='width:49%'>
- <table summary="">
- <tr>
- <td>
{t}System type{/t}
<select {if !$gotoIntegration} disabled {/if}
id="SystemType"
onChange="document.mainform.submit();">
{html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
</select>
- </td>
- </tr>
- </table>
</td>
<td>
- <table summary="">
- <tr>
- <td>
{t}Choose an object group as template{/t}
<select {if !$gotoIntegration} disabled {/if}
id="ObjectGroup"
<option value='none'>{t}none{/t}</option>
{html_options options=$ogroups selected=$ObjectGroup}
</select>
- </td>
- </tr>
- </table>
</td>
</tr>
</table>