https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40816

--- Comment #49 from David Cook <[email protected]> ---
(In reply to David Cook from comment #48)
> I don't know if anywhere but
> koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc actually uses the
> "show_search_descriptions" option of $.fn.kohaTable...  I am struggling to
> find somewhere else. As a positional argument, it's pretty tough to grep for
> this one...

So I've got two ideas for this one... 

One is to update the CSS just for the patron search page to change the div in
question to an inline display.

The other is to change datatables.js to use ".textContent" rather than
".innerHTML". I actually think I like this one better, because we don't
actually need the HTML. We just need the text content.

My only reservation about the latter is that I don't know where all these
search descriptions end up. I've only noticed patron search so far but it could
be elsewhere, since kohaTable is used in a lot of places.

Anyway, I'll add both and people can pick and choose...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to