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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 1467-1473 Link Here
1467
        }
1467
        }
1468
1468
1469
        var MSG_CANCEL_SELECTED = _("Cancel selected (%s)");
1469
        var MSG_CANCEL_SELECTED = _("Cancel selected (%s)");
1470
        var MSG_CANCEL_ALERT    = _("This action will cancel <span class='badge'>%s</span> hold(s).");
1470
        var MSG_CANCEL_ALERT    = _("This action will cancel <span class='badge bg-danger'>%s</span> hold(s).");
1471
        $.fn.select2.defaults.set("width", "100%" );
1471
        $.fn.select2.defaults.set("width", "100%" );
1472
        $.fn.select2.defaults.set("dropdownAutoWidth", true );
1472
        $.fn.select2.defaults.set("dropdownAutoWidth", true );
1473
1473
1474
- 

Return to bug 39597