summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 722523a)
raw | patch | inline | side by side (parent: 722523a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:59:49 +0000 (16:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 16:59:49 +0000 (16:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16871 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dhcp/admin/systems/services/dhcp/dhcp_host.tpl | patch | blob | history |
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/dhcp_host.tpl b/gosa-plugins/dhcp/admin/systems/services/dhcp/dhcp_host.tpl
index 98a3cc7d8149a8faed1e48bfe91f7a1fecbc48b5..fc7e75d90170cec6f13730c8fbe236da99590e29 100644 (file)
<p><b>{t}Generic{/t}</b></p>
<table width="100%">
<tr>
- <td width="50%" style="vertical-align:top">
+ <td>
+
<table>
<tr>
<td>{t}Name{/t}{$must}</td>
<td>{t}Hardware type{/t}</td>
<td>
{render acl=$acl}
- <select name='hwtype' {if $realGosaHost} disabled {/if} >
+ <select name='hwtype' {if $realGosaHost} disabled {/if} size=1>
{html_options options=$hwtypes selected=$hwtype}
</select>
{/render}