summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04afd9f)
raw | patch | inline | side by side (parent: 04afd9f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:00:11 +0000 (17:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 17:00:11 +0000 (17:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16879 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dns/admin/systems/services/dns/servdns.tpl | patch | blob | history |
diff --git a/gosa-plugins/dns/admin/systems/services/dns/servdns.tpl b/gosa-plugins/dns/admin/systems/services/dns/servdns.tpl
index 4ed53aa5e02e05994a8bf31fe658d6806fba51a8..2ac49dfdb79549966e9ba8a89eb33c5176af04b9 100644 (file)
{if $dns_take_over}
<table summary="" width="100%">
<tr>
- <td style="width:100%;vertical-align:top;">
+ <td style='width:100%;'>
+
<h3>{t}DNS take over initiated{/t}</h3>
{$warning}
{t}This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this.{/t}
<table summary="" width="100%">
{if $dns_server_list_cnt}
<tr>
- <td style="width:100%;vertical-align:top;">
+ <td style='width:100%;'>
+
<b>{t}Take over DNS configuration from{/t}</b>
- <select name='take_over_src'>
+ <select name='take_over_src' size=1>
{html_options options=$dns_server_list}
</select>
<button type='submit' name='take_over'>{t}Take over{/t}</button>
</tr>
{/if}
<tr>
- <td style="width:100%;vertical-align:top;">
+ <td style='width:100%;'>
+
<h3>{t}Zones{/t}</h3>
{$ZoneList}
{if $is_createable}