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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt (-1 / +1 lines)
Lines 66-72 Link Here
66
    [% INCLUDE 'select2.inc' %]
66
    [% INCLUDE 'select2.inc' %]
67
    [% INCLUDE 'js-patron-format.inc' %]
67
    [% INCLUDE 'js-patron-format.inc' %]
68
    [% INCLUDE 'js-date-format.inc' %]
68
    [% INCLUDE 'js-date-format.inc' %]
69
    [% Asset.js("js/place_booking_modal.js") | $raw %]
69
    [% Asset.js("js/modals/place_booking.js") | $raw %]
70
    [% Asset.js("js/cancel_booking_modal.js") | $raw %]
70
    [% Asset.js("js/cancel_booking_modal.js") | $raw %]
71
<script>
71
<script>
72
    var cancel_success = 0;
72
    var cancel_success = 0;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-1 / +1 lines)
Lines 89-95 Link Here
89
    [% INCLUDE 'calendar.inc' %]
89
    [% INCLUDE 'calendar.inc' %]
90
    [% INCLUDE 'select2.inc' %]
90
    [% INCLUDE 'select2.inc' %]
91
    [% Asset.js("js/catalog.js") | $raw %]
91
    [% Asset.js("js/catalog.js") | $raw %]
92
    [% Asset.js("js/place_booking_modal.js") | $raw %]
92
    [% Asset.js("js/modals/place_booking.js") | $raw %]
93
    [% Asset.js("js/browser.js") | $raw %]
93
    [% Asset.js("js/browser.js") | $raw %]
94
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
94
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
95
        <script>
95
        <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-1 / +1 lines)
Lines 215-221 Link Here
215
    [% INCLUDE 'calendar.inc' %]
215
    [% INCLUDE 'calendar.inc' %]
216
    [% INCLUDE 'select2.inc' %]
216
    [% INCLUDE 'select2.inc' %]
217
    [% Asset.js("js/catalog.js") | $raw %]
217
    [% Asset.js("js/catalog.js") | $raw %]
218
    [% Asset.js("js/place_booking_modal.js") | $raw %]
218
    [% Asset.js("js/modals/place_booking.js") | $raw %]
219
    [% Asset.js("js/browser.js") | $raw %]
219
    [% Asset.js("js/browser.js") | $raw %]
220
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
220
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
221
        <script>
221
        <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +1 lines)
Lines 1822-1828 Link Here
1822
    [% INCLUDE 'js-biblio-format.inc' %]
1822
    [% INCLUDE 'js-biblio-format.inc' %]
1823
    [% Asset.js("js/browser.js") | $raw %]
1823
    [% Asset.js("js/browser.js") | $raw %]
1824
    [% Asset.js("js/table_filters.js") | $raw %]
1824
    [% Asset.js("js/table_filters.js") | $raw %]
1825
    [% Asset.js("js/place_booking_modal.js") | $raw %]
1825
    [% Asset.js("js/modals/place_booking.js") | $raw %]
1826
    <script>
1826
    <script>
1827
        var browser;
1827
        var browser;
1828
        browser = KOHA.browser('[% searchid | html %]', parseInt(biblionumber, 10));
1828
        browser = KOHA.browser('[% searchid | html %]', parseInt(biblionumber, 10));
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 142-148 Link Here
142
    [% INCLUDE 'calendar.inc' %]
142
    [% INCLUDE 'calendar.inc' %]
143
    [% INCLUDE 'select2.inc' %]
143
    [% INCLUDE 'select2.inc' %]
144
    [% Asset.js("js/catalog.js") | $raw %]
144
    [% Asset.js("js/catalog.js") | $raw %]
145
    [% Asset.js("js/place_booking_modal.js") | $raw %]
145
    [% Asset.js("js/modals/place_booking.js") | $raw %]
146
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
146
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
147
        <script>
147
        <script>
148
            /* Set a variable needed by add_catalog_concern.js */
148
            /* Set a variable needed by add_catalog_concern.js */
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-1 / +1 lines)
Lines 104-110 Link Here
104
    [% INCLUDE 'calendar.inc' %]
104
    [% INCLUDE 'calendar.inc' %]
105
    [% INCLUDE 'select2.inc' %]
105
    [% INCLUDE 'select2.inc' %]
106
    [% Asset.js("js/catalog.js") | $raw %]
106
    [% Asset.js("js/catalog.js") | $raw %]
107
    [% Asset.js("js/place_booking_modal.js") | $raw %]
107
    [% Asset.js("js/modals/place_booking.js") | $raw %]
108
    [% Asset.js("js/browser.js") | $raw %]
108
    [% Asset.js("js/browser.js") | $raw %]
109
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
109
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
110
        <script>
110
        <script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 523-529 Link Here
523
    [% INCLUDE 'calendar.inc' %]
523
    [% INCLUDE 'calendar.inc' %]
524
    [% INCLUDE 'select2.inc' %]
524
    [% INCLUDE 'select2.inc' %]
525
    [% Asset.js("js/catalog.js") | $raw %]
525
    [% Asset.js("js/catalog.js") | $raw %]
526
    [% Asset.js("js/place_booking_modal.js") | $raw %]
526
    [% Asset.js("js/modals/place_booking.js") | $raw %]
527
    [% Asset.js("js/browser.js") | $raw %]
527
    [% Asset.js("js/browser.js") | $raw %]
528
    [% Asset.js("js/checkout_renewals_modal.js") | $raw %]
528
    [% Asset.js("js/checkout_renewals_modal.js") | $raw %]
529
    [% IF ( Koha.Preference('CatalogConcerns') ) %]
529
    [% IF ( Koha.Preference('CatalogConcerns') ) %]

Return to bug 36374