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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl (-3 / +4 lines)
Lines 62-68 function highlightOff() { Link Here
62
function highlightOn() {
62
function highlightOn() {
63
    var x;
63
    var x;
64
    for (x in q_array) {
64
    for (x in q_array) {
65
        $("td").highlight(q_array[x]);
65
        $(".title").highlight(q_array[x]);
66
        $(".author").highlight(q_array[x]);
67
        $(".results_summary").highlight(q_array[x]);
66
    }
68
    }
67
    $(".highlight_toggle").toggle();
69
    $(".highlight_toggle").toggle();
68
}
70
}
Lines 347-353 $("span.addto").html(param1); Link Here
347
                               					  </a>
349
                               					  </a>
348
                                <!-- /TMPL_IF -->
350
                                <!-- /TMPL_IF -->
349
                                <!-- /TMPL_IF -->
351
                                <!-- /TMPL_IF -->
350
                                <!-- TMPL_IF NAME="author" -->by <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->" title="Search for works by this author"><!-- TMPL_VAR NAME="author" --></a>
352
                                <!-- TMPL_IF NAME="author" -->by <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->" title="Search for works by this author" class="author"><!-- TMPL_VAR NAME="author" --></a>
351
                                <!-- TMPL_ELSE -->&nbsp;
353
                                <!-- TMPL_ELSE -->&nbsp;
352
                                <!-- /TMPL_IF -->
354
                                <!-- /TMPL_IF -->
353
				<span class="results_summary"><span class="label">Publication:</span>
355
				<span class="results_summary"><span class="label">Publication:</span>
354
- 

Return to bug 3613