summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 460088f)
raw | patch | inline | side by side (parent: 460088f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Jul 2009 14:02:53 +0000 (14:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Jul 2009 14:02:53 +0000 (14:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13912 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 8e99cc7bb1037fb1588cd6b20f04d3bd7c437226..de1ca3a3a30b5b5d68b38ec4d0794c327dd5bf66 100644 (file)
{render acl=$dnsSetupACL}
{if $DNS_is_account == true}
- <input type="checkbox" name="DNS_is_account" value="1"
+ {if $hide_dns_check_box}
+ <input type="hidden" name="DNS_is_account" value="1"
+ <input type="checkbox" name="dummy" value="1" disabled
+
+ {else}
+ <input type="checkbox" name="DNS_is_account" value="1"
+ {/if}
- {if $hide_dns_check_box} disabled {/if}
checked="checked"
onclick="toggle('test2');