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 <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
974563bfee
commit
1ad64a7720
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@
|
|||
<ol>
|
||||
[%# Include the Home link every time %]
|
||||
[% WRAPPER breadcrumb_item %]
|
||||
<a href="/cgi-bin/koha/mainpage.pl">Home</a>
|
||||
<a href="/cgi-bin/koha/mainpage.pl" title="Home">Home</a>
|
||||
[% END %]
|
||||
[% content | $raw %]
|
||||
</ol>
|
||||
|
|
Loading…
Reference in a new issue