From 1eda15cfc7b2023518c03cc44e6f9416d9209b26 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 25 Mar 2021 13:47:53 +0000 Subject: [PATCH] Bug 27980: (follow-up) Address missing instance - Search history -> Current and previous catalog searches Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/catalogue/search-history.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt index 77281c4427..5927310b78 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt @@ -67,7 +67,7 @@ [% FOREACH s IN current_biblio_searches %] - [% s.time |$KohaDates with_hours => 1 %] + [% s.time |$KohaDates with_hours => 1 %] [% s.query_desc | html %] [% s.total | html %] @@ -108,7 +108,7 @@ [% FOREACH s IN previous_biblio_searches %] - [% s.time |$KohaDates with_hours => 1 %] + [% s.time |$KohaDates with_hours => 1 %] [% s.query_desc | html %] [% s.total | html %] -- 2.20.1