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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 / +2 lines)
Lines 14-27 Link Here
14
[% END %]</title>
14
[% END %]</title>
15
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
16
[% Asset.js("lib/hc-sticky.js") | $raw %]
16
[% Asset.js("lib/hc-sticky.js") | $raw %]
17
[% INCLUDE 'select2.inc' %]
17
<script>
18
<script>
18
    [% IF Koha.Preference('CreateAVFromCataloguing') && CAN_user_parameters_manage_auth_values %]
19
    [% IF Koha.Preference('CreateAVFromCataloguing') && CAN_user_parameters_manage_auth_values %]
19
        var auth_values_creation = 1;
20
        var auth_values_creation = 1;
20
    [% ELSE %]
21
    [% ELSE %]
21
        var auth_values_creation = 0;
22
        var auth_values_creation = 0;
22
    [% END %]
23
    [% END %]
24
    $.fn.select2.defaults.set("width", "100%" );
23
</script>
25
</script>
24
[% INCLUDE 'select2.inc' %]
25
[% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %]
26
[% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %]
26
[% Asset.js("js/cataloging.js") | $raw %]
27
[% Asset.js("js/cataloging.js") | $raw %]
27
28
28
- 

Return to bug 35245