From b49c9cea43403100a4c89864ff631719bde28075 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 10 Mar 2008 13:39:18 -0500 Subject: [PATCH] opac-results.tmpl - Show publication year in results list, failing over to copyright date (MARC21). The better fix for this would be for C4::Search to return the date in the same field regardless of framework or other configurations, but this is good for now. Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 19f5b93179..7fd1a23a9c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tmpl @@ -182,7 +182,9 @@ $(document).ready(function(){ . " 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