From 0eb53bc60f236b9f0b54eddc6686e1d877a38150 Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Wed, 26 Aug 2009 13:55:37 +0200 Subject: [PATCH] [followup](bug #3550) show subtitle in opac search result This fix the opac search result, to show subtitle using GetRecordValue. --- .../prog/en/modules/opac-results.tmpl | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl index 3d572d30c0..d7aba2f672 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -363,10 +363,25 @@ $("span.addto").html(param1); - " title="View details for this title">No title + " title="View details for this title"> + No title + + , + + - " title="View details for this title">No title - " title="View details for this title">No title + " title="View details for this title"> + No title + + , + + + " title="View details for this title"> + No title + + , + + by " title="Search for works by this author"> -- 2.39.5