Code

Enabled JS also when apple nettetalk is disabled
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 May 2006 12:05:11 +0000 (12:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 May 2006 12:05:11 +0000 (12:05 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3584 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/servnfs.tpl

index 5d8000e4ced76754b327e6dd43599da1a2dfa934..de38244a728dec0793a8046008f94889d4a8be4f 100644 (file)
@@ -52,7 +52,6 @@
                                                </select>
                                                {if $allow_mounts == TRUE}
                                                        <br><br><input type="checkbox" name="netatalk_mount" id="netatalk_mount" {$mount_checked} {$appleMountsACL}/><label for="netatalk_mount">{t}Auto-mount share on Apple systems{/t}</label>
-                                                       {if $appleMountsACLset == FALSE}
                                                                {literal}
                                                                        <script language="JavaScript">
                                                                                document.getElementById('sharetype').onchange=function() {
@@ -77,7 +76,6 @@
                                                                                document.getElementById('sharetype').onchange();
                                                                        </script>
                                                                {/literal}
-                                                       {/if}
                                                        <br>
                                                        <br>
                                                {/if}