Code

Updated dhcp templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Mar 2010 15:21:05 +0000 (15:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 18 Mar 2010 15:21:05 +0000 (15:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16939 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 0393b5b4c547d1e0064ccaaf7ecccc0fd8c2c9ee..5ebce8123b7d477b7597d63a73abd9b5a07082a2 100644 (file)
@@ -1,10 +1,10 @@
 {* GOsa dhcp host - smarty template *}
-<h3>{t}Generic{/t}</h3>
 
 <table width="100%" summary="{t}DHCP host configuration{/t}">
  <tr>
   <td class='right-border' style='width:50%;'>
 
+    <h3>{t}Generic{/t}</h3>
    <table  summary="{t}DHCP host configuration{/t}">
     <tr>
      <td>{t}Name{/t}{$must}</td>
@@ -28,6 +28,7 @@
    </table>
   </td>
   <td>
+   <h3>{t}Hardware{/t}</h3>
    <table  summary="{t}DHCP host configuration{/t}">
     <tr>
      <td>{t}Hardware type{/t}</td>
index 9a3984e9736dbdab2d7d7a9ab2aa37c6a18c15ff..40b695e2d7b1b78f6701de3dac80bb3e31cb2cbc 100644 (file)
 </tr>
 </table>
 {/if}
+
 <hr>
-<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
+<div class="plugin-actions">
     <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
-
-    &nbsp;
     <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
-
 </div