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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +1 lines)
Lines 674-680 function tagAdded() { Link Here
674
674
675
function enableCheckboxActions(){
675
function enableCheckboxActions(){
676
    // Enable/disable controls if checkboxes are checked
676
    // Enable/disable controls if checkboxes are checked
677
    var checkedBoxes = $(".checkboxed input:checkbox:checked");
677
    var checkedBoxes = $("input.cb:checked");
678
    var controls = $("#selections-toolbar .links a, #selections-toolbar .links input, #selections-toolbar .links select, #selections-toolbar .links label, #selections-toolbar .links button");
678
    var controls = $("#selections-toolbar .links a, #selections-toolbar .links input, #selections-toolbar .links select, #selections-toolbar .links label, #selections-toolbar .links button");
679
    if ($(checkedBoxes).size()) {
679
    if ($(checkedBoxes).size()) {
680
      $("#selections").html(_("With selected titles: "));
680
      $("#selections").html(_("With selected titles: "));
681
- 

Return to bug 25004