View | Details | Raw Unified | Return to bug 25186
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-2 / +1 lines)
Lines 206-212 Link Here
206
        $(document).ready( function() {
206
        $(document).ready( function() {
207
            var accordion = $( "#modules" ).accordion({
207
            var accordion = $( "#modules" ).accordion({
208
                    collapsible: true,
208
                    collapsible: true,
209
                    autoHeight: false,
209
                    heightStyle: "content",
210
                    header: "h3",
210
                    header: "h3",
211
                [%- IF panel -%]
211
                [%- IF panel -%]
212
                    [%# we were asked to show a specific panel, usually on update %]
212
                    [%# we were asked to show a specific panel, usually on update %]
213
- 

Return to bug 25186