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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 891-897 function _dt_add_filters(table_node, table_dt, filters_options = {}) { Link Here
891
                if ( existing_search ) {
891
                if ( existing_search ) {
892
                    $(this).html( '<input type="text" value="%s" style="width: 100%" />'.format(existing_search) );
892
                    $(this).html( '<input type="text" value="%s" style="width: 100%" />'.format(existing_search) );
893
                } else {
893
                } else {
894
                    var search_title = _("%s search").format(title);
894
                    var search_title = __("%s search").format(title);
895
                    $(this).html( '<input type="text" placeholder="%s" style="width: 100%" />'.format(search_title) );
895
                    $(this).html( '<input type="text" placeholder="%s" style="width: 100%" />'.format(search_title) );
896
                }
896
                }
897
            }
897
            }
898
- 

Return to bug 34310