From bf1939798ffaa7a62b9866ba8b9d782cae963b90 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Mon, 21 Feb 2011 16:18:59 +0000 Subject: [PATCH] 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 --- .../prog/en/modules/opac-results-grouped.tmpl | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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">  

- -- 2.39.5