From 83f63b4aec63a6b97ed2c4975dd77618b014a4ea Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 28 Jan 2019 18:46:41 +0000 Subject: [PATCH] Bug 21850: (follow-up) Add query information in title attribute This follow-up adds back the old machine-friendly search details to a title attribute in case it might be useful for debugging purposes. To test, apply the patch and perform a search in the OPAC. On the search results page, hover your mouse over the "Results" link in the breadcrumbs. The title attribute value should appear with the search details. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index 5ecd8c4..e35af15 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -41,9 +41,9 @@ [% END %]
  • [% IF ( ms_value ) %] - Results of search for '[% ms_value | html %]' + Results of search for '[% ms_value | html %]' [% ELSE %] - Search results + Search results [% END %]
  • [% ELSE %] -- 2.1.4