Code

updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:59:49 +0000 (16:59 +0000)
committerhickert <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

index 98a3cc7d8149a8faed1e48bfe91f7a1fecbc48b5..fc7e75d90170cec6f13730c8fbe236da99590e29 100644 (file)
@@ -2,7 +2,8 @@
 <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>
@@ -31,7 +32,7 @@
      <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}