From 0aab46b6066c8cca97a9760d79525ae3c231839c 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 Content-Type: text/plain; charset="utf-8" This fix the opac search result, to show subtitle using GetRecordValue. --- .../opac-tmpl/prog/en/modules/opac-results.tmpl | 21 +++++++++++++++++-- 1 files 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 219a879..f3ee31b 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -218,10 +218,25 @@ $(document).ready(function(){ - " 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"> -- 1.6.0.4