Code

updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 17:00:05 +0000 (17:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 17:00:05 +0000 (17:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16877 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.tpl

index 283a8f5456b1c2c0596f2d1bb887e4cd944d909d..9a3984e9736dbdab2d7d7a9ab2aa37c6a18c15ff 100644 (file)
@@ -1,7 +1,8 @@
 {if $dns_take_over}
 <table summary="" width="100%">
     <tr>
-        <td style="width:100%;vertical-align:top;">
+        <td style='width:100%;'>
+
                        <h3>{t}DHCP take over will take place when saving this entry. Choose 'Cancel' to abort.{/t}</h3>
         </td>
     </tr>
 <table summary="" width="100%">
 {if $dhcp_server_list_cnt}
 <tr>
-    <td style="width:100%;vertical-align:top;">
+    <td style='width:100%;'>
+
         <b>{t}Take over dhcp configuration from following server{/t}</b>&nbsp;
-        <select name='take_over_src'>
+        <select name='take_over_src' size=1>
             {html_options options=$dhcp_server_list}
         </select>
         <button type='submit' name='take_over'>{msgPool type=applyButton}</button>
@@ -21,7 +23,8 @@
 </tr>
 {/if}
 <tr>
-    <td style="width:100%;vertical-align:top;">
+    <td style='width:100%;'>
+
     <h3>{t}DHCP sections{/t}</h3>
         {$DhcpList}
     </td>