From e4bb0d6d3f91a266e5aa0b37abcec8ebaaf662bf Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 27 Jul 2018 17:22:54 +0000 Subject: [PATCH] Bug 19291: Make breadcrumbs for OPAC search history consistent with other patron account pages This patch adds the logged-in patron's name to the search history page's breadcrumb navigation. To test, apply the patch and view the OPAC search history page with no user logged in. The breadcrumbs should read: - Home -> Search history Log in and return to the search history page. The breadcrumbs should read: - Home -> Owen Leonard -> Your search history --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt index f7ff403..5a8e07a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt @@ -13,6 +13,7 @@