Code

Fixed gosa.conf
[gosa.git] / contrib / gosa.conf
index 5268f15e66f0d7d86ecdf0b28feae922f7683df3..36cfae92e629891a073dc27e789e5eb24e6c8b68 100644 (file)
        </printtabs>
 
        <phonetabs>
-               <tab class="phonegeneric" name="Generic" />
+               <tab class="phoneGeneric" name="Generic" />
                <tab class="glpiAccount" name="Inventory" />
        </phonetabs>
 
                pwdiffer="{$cv.pwd_rules.pwdiffer}"
 {/if}
 {if $cv.pwd_rules.externalpwdhook_active}
-               pwdiffer="{$cv.pwd_rules.externalpwdhook}"
+               externalpwdhook="{$cv.pwd_rules.externalpwdhook}"
 {/if}
 {if $cv.errorlvl}
                displayerrors="true"
                save_filter="true"
 {else}
                save_filter="false"
+{/if}
+{if $cv.compressed}
+               compressed="true"
+{else}
+               compressed="false"
 {/if}
                lang="{$cv.lang_selected}"
                theme="{$cv.theme}"