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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-8 lines)
Lines 806-818 Link Here
806
                    }
806
                    }
807
                );
807
                );
808
808
809
                if (!add_filters && settings._iRecordsDisplay == settings._iRecordsTotal && settings._iDisplayLength >= settings._iRecordsDisplay){
810
                    let container = $(this).parent();
811
                    container.find(".dt-info").remove();
812
                    container.find(".top.pager").remove();
813
                    container.find(".bottom.pager").remove();
814
                }
815
816
                [% IF ( SpineLabelShowPrintOnBibDetails ) %]
809
                [% IF ( SpineLabelShowPrintOnBibDetails ) %]
817
                     $(".print-label").on("click", function(e){
810
                     $(".print-label").on("click", function(e){
818
                        e.preventDefault();
811
                        e.preventDefault();
819
- 

Return to bug 36663