@@ -, +, @@ --- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -88,7 +88,9 @@ function highlightOff() { function highlightOn() { var x; for (x in q_array) { - $("td").highlight(q_array[x]); + $(".title").highlight(q_array[x]); + $(".author").highlight(q_array[x]); + $(".result_summary").highlight(q_array[x]); } $(".highlight_toggle").toggle(); } @@ -372,7 +374,7 @@ $(document).ready(function(){ No title - by " title="Search for works by this author"> + by " title="Search for works by this author" class="author">   Publication: --