summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb3559c)
raw | patch | inline | side by side (parent: eb3559c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 Mar 2010 15:21:05 +0000 (15:21 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.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 0393b5b4c547d1e0064ccaaf7ecccc0fd8c2c9ee..5ebce8123b7d477b7597d63a73abd9b5a07082a2 100644 (file)
{* 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>
</table>
</td>
<td>
+ <h3>{t}Hardware{/t}</h3>
<table summary="{t}DHCP host configuration{/t}">
<tr>
<td>{t}Hardware type{/t}</td>
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.tpl b/gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.tpl
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>
-
-
<button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
-
</div