From: Colin Campbell Date: Mon, 21 Feb 2011 16:18:59 +0000 (+0000) Subject: Bug 3550 : Display changes needed in opac-results-grouped too X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=bf1939798ffaa7a62b9866ba8b9d782cae963b90;p=koha.git Bug 3550 : Display changes needed in opac-results-grouped too Change to how subfield is derived had not been implemented in opac-results-grouped causing ARRAY(hexnumber) to follow all titles Replace template ref to scalar with an array Signed-off-by: Chris Cormack --- diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl index 288392fb20..4920acb124 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results-grouped.tmpl @@ -156,7 +156,9 @@ function highlightOn() { """> - + + + @@ -208,11 +210,16 @@ function highlightOn() { - . " title="View details for this title"> + . " title="View details for this title"> - " title="View details for this title"> - " title="View details for this title"> - + " title="View details for this title"> + " title="View details for this title"> + + + + + + by " title="Search for works by this author">  

-