summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb472ce)
raw | patch | inline | side by side (parent: eb472ce)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:00:05 +0000 (17:00 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.tpl b/gosa-plugins/dhcp/admin/systems/services/dhcp/servdhcp.tpl
index 283a8f5456b1c2c0596f2d1bb887e4cd944d909d..9a3984e9736dbdab2d7d7a9ab2aa37c6a18c15ff 100644 (file)
{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>
- <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>
</tr>
{/if}
<tr>
- <td style="width:100%;vertical-align:top;">
+ <td style='width:100%;'>
+
<h3>{t}DHCP sections{/t}</h3>
{$DhcpList}
</td>