From c0bdce0dc042854b868db2a241dc1b666e4155d1 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. --- 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 758c7ba8d0a..21ca3677b4b 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