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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 772-778 jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { Link Here
772
                    if ( existing_search ) {
772
                    if ( existing_search ) {
773
                        $(this).html( '<input type="text" value="%s" style="width: 100%" />'.format(existing_search) );
773
                        $(this).html( '<input type="text" value="%s" style="width: 100%" />'.format(existing_search) );
774
                    } else {
774
                    } else {
775
                        var search_title = _("Search %s").format(title);
775
                        var search_title = _("%s search").format(title);
776
                        $(this).html( '<input type="text" placeholder="%s" style="width: 100%" />'.format(search_title) );
776
                        $(this).html( '<input type="text" placeholder="%s" style="width: 100%" />'.format(search_title) );
777
                    }
777
                    }
778
778
779
- 

Return to bug 27402