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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-2 / +6 lines)
Lines 87-93 Link Here
87
            collapsible: true,
87
            collapsible: true,
88
            autoHeight: false,
88
            autoHeight: false,
89
            header: "h3",
89
            header: "h3",
90
            active: [% panel %]
90
          [%- IF panel -%]
91
            [%# we were asked to show a specific panel, usually on update%]
92
            active: [%- panel -%]
93
          [%- ELSE -%]
94
            active: false
95
          [%- END -%]
91
        });
96
        });
92
    });
97
    });
93
</script>
98
</script>
94
- 

Return to bug 10212