summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1602328)
raw | patch | inline | side by side (parent: 1602328)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Mar 2010 08:13:37 +0000 (08:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Mar 2010 08:13:37 +0000 (08:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16974 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 2ac49dfdb79549966e9ba8a89eb33c5176af04b9..e70556c810421fa6c319b77dc5d86c1d93c24be8 100644 (file)
{if $dns_take_over}
-<table summary="" width="100%">
- <tr>
- <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}
- <p>
- {$warning2}
- <br>
- <button type='submit' name='cancel_take_over'>{msgPool type=cancelButton}</button>
-
- </p>
- <p>
- {t}Following objects will be taken over{/t} :
- </p>
- <p>
- <pre>{$info}</pre>
- </p>
- </td>
- </tr>
-</table>
+ <table summary="" width="100%">
+ <tr>
+ <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}
+ <p>{$warning2}<br>
+ <button type='submit' name='cancel_take_over'>{msgPool type=cancelButton}</button>
+ </p>
+ <p>
+ {t}Following objects will be taken over{/t} :
+ </p>
+ <p>
+ <pre>{$info}</pre>
+ </p>
+ </td>
+ </tr>
+ </table>
{else}
-<table summary="" width="100%">
-{if $dns_server_list_cnt}
-<tr>
- <td style='width:100%;'>
-
- <b>{t}Take over DNS configuration from{/t}</b>
- <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>
-
- </td>
-</tr>
-{/if}
-<tr>
- <td style='width:100%;'>
-<h3>{t}Zones{/t}</h3>
- {$ZoneList}
- {if $is_createable}
- <button type='submit' name='AddZone'>{msgPool type=addButton}</button>
-
- {else}
- <input type="button" value="{msgPool type=addButton}" disabled>
- {/if}
- </td>
-</tr>
+<table summary="" width="100%">
+ {if $dns_server_list_cnt}
+ <tr>
+ <td style='width:100%;'>
+ <b>{t}Take over DNS configuration from{/t}</b>
+ <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>
+ </td>
+ </tr>
+ {/if}
+ <tr>
+ <td style='width:100%;'>
+
+ <h3>{t}Zones{/t}</h3>
+ {$ZoneList}
+ {if $is_createable}
+ <button type='submit' name='AddZone'>{msgPool type=addButton}</button>
+ {else}
+ <input type="button" value="{msgPool type=addButton}" disabled>
+ {/if}
+ </td>
+ </tr>
</table>
-
-<script language="JavaScript" type="text/javascript">
+ <script language="JavaScript" type="text/javascript">
<!-- // First input field on page
- focus_field('AddZone');
+ focus_field('AddZone');
-->
-</script>
-
+ </script>
{/if}
-<hr>
-<p>
-<div style="width:100%; text-align:right;">
- <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
-
- <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
+<hr>
+<div style="width:100%; text-align:right;">
+ <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
+ <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
</div>
-</p>