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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-2 lines)
Lines 567-574 Link Here
567
                $("#budgetsTabs li:eq([% tab | html %]) a").tab("show");
567
                $("#budgetsTabs li:eq([% tab | html %]) a").tab("show");
568
            [% END %]
568
            [% END %]
569
569
570
            $('[data-bs-toggle="tooltip"]').tooltip();
571
572
            $("#activeperiodst,#inactiveperiodst").dataTable($.extend(true, {}, dataTablesDefaults, {
570
            $("#activeperiodst,#inactiveperiodst").dataTable($.extend(true, {}, dataTablesDefaults, {
573
                "columnDefs": [
571
                "columnDefs": [
574
                    { "targets": [ -1 ], "orderable": false, "searchable":  false },
572
                    { "targets": [ -1 ], "orderable": false, "searchable":  false },
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 lines)
Lines 764-771 Link Here
764
                    e.preventDefault();
764
                    e.preventDefault();
765
                    alert(_("This fund has sub funds. It cannot be deleted."));
765
                    alert(_("This fund has sub funds. It cannot be deleted."));
766
                });
766
                });
767
768
                $('[data-bs-toggle="tooltip"]').tooltip();
769
            });
767
            });
770
        </script>
768
        </script>
771
    [% END %]
769
    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-2 lines)
Lines 345-352 Link Here
345
                $("#budget_est_"+budget_id).text($("#budget_tot_"+budget_id).prev().text());
345
                $("#budget_est_"+budget_id).text($("#budget_tot_"+budget_id).prev().text());
346
                $("#budget_est_"+budget_id).css("color","green");
346
                $("#budget_est_"+budget_id).css("color","green");
347
            });
347
            });
348
349
            $('[data-bs-toggle="tooltip"]').tooltip();
350
        });
348
        });
351
    </script>
349
    </script>
352
[% END %]
350
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-2 lines)
Lines 543-550 Link Here
543
        if ($filter_container.data('filter')) {
543
        if ($filter_container.data('filter')) {
544
          $('#filter').val($filter_container.data('filter'));
544
          $('#filter').val($filter_container.data('filter'));
545
        }
545
        }
546
547
        $('[data-bs-toggle="tooltip"]').tooltip();
548
    });
546
    });
549
    </script>
547
    </script>
550
[% END %]
548
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 lines)
Lines 1625-1631 Link Here
1625
                    $("#return_date_remember").hide();
1625
                    $("#return_date_remember").hide();
1626
                }
1626
                }
1627
            });
1627
            });
1628
            $('[data-bs-toggle="tooltip"]').tooltip();
1629
1628
1630
            $(".printcheckinslip").on("click", function(e){
1629
            $(".printcheckinslip").on("click", function(e){
1631
                e.preventDefault();
1630
                e.preventDefault();
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 lines)
Lines 1965-1972 Link Here
1965
                load_group_subgroups();
1965
                load_group_subgroups();
1966
            [% END %]
1966
            [% END %]
1967
1967
1968
            $('[data-bs-toggle="tooltip"]').tooltip();
1969
1970
            $('#limit').change(function() {
1968
            $('#limit').change(function() {
1971
                $('#limitselect').submit();
1969
                $('#limitselect').submit();
1972
            });
1970
            });
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt (-1 lines)
Lines 528-534 Link Here
528
            });
528
            });
529
529
530
            if ( window.isSecureContext ) {
530
            if ( window.isSecureContext ) {
531
                $('[data-bs-toggle="tooltip"]').tooltip();
532
                $(".get-file").on("click", function(e){
531
                $(".get-file").on("click", function(e){
533
                    e.preventDefault();
532
                    e.preventDefault();
534
                    if( navigator.clipboard && navigator.clipboard.writeText){
533
                    if( navigator.clipboard && navigator.clipboard.writeText){
(-)a/koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js (-2 lines)
Lines 84-89 $(document).ready(function() { Link Here
84
        "pagingType":  "full",
84
        "pagingType":  "full",
85
        "autoWidth": false,
85
        "autoWidth": false,
86
    }, stock_rotation_table_settings);
86
    }, stock_rotation_table_settings);
87
88
    $('[data-bs-toggle="tooltip"]').tooltip();
89
});
87
});
(-)a/koha-tmpl/intranet-tmpl/prog/js/serials-toolbar.js (-1 lines)
Lines 21-25 function popup(subscriptionid) { Link Here
21
    $("#mana-subscription-share").click(function() {
21
    $("#mana-subscription-share").click(function() {
22
        window.location="subscription-detail.pl?subscriptionid=" + subscriptionid + "&op=share";
22
        window.location="subscription-detail.pl?subscriptionid=" + subscriptionid + "&op=share";
23
    });
23
    });
24
    $('[data-bs-toggle="tooltip"]').tooltip();
25
 });
24
 });
(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +1 lines)
Lines 373-378 $(document).ready(function () { Link Here
373
        $("#setlibrary_panel").removeClass("setlibrary_panel_open").html("").hide();
373
        $("#setlibrary_panel").removeClass("setlibrary_panel_open").html("").hide();
374
    });
374
    });
375
375
376
    $('[data-bs-toggle="tooltip"]').tooltip();
376
});
377
});
377
378
378
function removeLastBorrower() {
379
function removeLastBorrower() {
379
- 

Return to bug 37748