From 1ca52f2b279db691f92fd1577d26a7450f421841 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Mon, 21 Feb 2011 15:57:37 +0000 Subject: [PATCH] Bug 3550 : Display changes needed in opac-results-grouped too Content-Type: text/plain; charset="utf-8" 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 --- .../prog/en/modules/opac-results-grouped.tmpl | 17 ++++++++++++----- 1 files 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 288392f..4920acb 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">  

- -- 1.7.4