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 896-902 function _dt_add_filters(table_node, table_dt, filters_options = {}) { Link Here
896
                if ( existing_search ) {
896
                if ( existing_search ) {
897
                    $(this).html( '<input type="text" value="%s" style="width: 100%" />'.format(existing_search) );
897
                    $(this).html( '<input type="text" value="%s" style="width: 100%" />'.format(existing_search) );
898
                } else {
898
                } else {
899
                    var search_title = _("%s search").format(title);
899
                    var search_title = __("%s search").format(title);
900
                    $(this).html( '<input type="text" placeholder="%s" style="width: 100%" />'.format(search_title) );
900
                    $(this).html( '<input type="text" placeholder="%s" style="width: 100%" />'.format(search_title) );
901
                }
901
                }
902
            }
902
            }
903
- 

Return to bug 34310