From c51e1bbeeb49b7a9b19bdbf1aea38c89cd3754be Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 1 Mar 2023 19:23:09 +0000 Subject: [PATCH] Bug 33071: Show tooltip when hovering on home icon in staff interface breadcrumbs This patch modifies the breadcrumbs WRAPPER in html_helpers.inc so that the default "Home" link has a title attribute set to "Home." To test, apply the patch and view any page which has been updated to use the breadcrumbs WRAPPER. For example, cities administration, the staff interface home page, the about page. Hover your mouse over the house icon in the breadcrumb navigation and you should see a "Home" tooltip. Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc index 758c7ba8d0..21ca3677b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -439,7 +439,7 @@
    [%# Include the Home link every time %] [% WRAPPER breadcrumb_item %] - Home + Home [% END %] [% content | $raw %]
-- 2.30.2