summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f26b96)
raw | patch | inline | side by side (parent: 8f26b96)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Sep 2010 13:26:53 +0000 (13:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Sep 2010 13:26:53 +0000 (13:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19604 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/network.tpl | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/network.tpl b/gosa-plugins/systems/admin/systems/network.tpl
index 062daf24651ff38f403ff36689cfb9a0a3985e3a..ac1119a71183ded098791a34267898d51584c732 100644 (file)
<td><LABEL for="zoneName">{t}Zone{/t}</LABEL></td>
<td>
{render acl=$dnsSetupACL}
- <select name="zoneName" id="zoneName" {if $DNS_is_account == false} disabled {/if} size=1>
+ <select name="zoneName" id="zoneName" size=1>
{html_options values=$ZoneKeys output=$Zones selected=$zoneName}
</select>
{/render}
<td>{t}TTL{/t}</td>
<td>
{render acl=$dnsSetupACL}
- <input type="text" name="dNSTTL" value="{$dNSTTL}" id="dNSTTL" {if $DNS_is_account == false} disabled {/if}>
+ <input type="text" name="dNSTTL" value="{$dNSTTL}" id="dNSTTL">
{/render}
</td>
</tr>