From 59d80afd8e7deb79bc478d82d7d0f7ec7723c965 Mon Sep 17 00:00:00 2001 From: Sam Link <slink@LIBPC002> Date: Thu, 13 Dec 2018 15:27:58 -0500 Subject: [PATCH] LP#1796914: Right Navbar Menu Title Add a title attribute to the top-right menu in the AngularJS form of the navbar. Signed-off-by: Sam Link <slink@LIBPC002> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> --- Open-ILS/src/templates/staff/navbar.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 2b423470ae..f0ee94d9db 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -550,7 +550,7 @@ </li> [% END %] - <li class="dropdown" ng-show="username" uib-dropdown> + <li class="dropdown" ng-show="username" uib-dropdown title="Logout and more..."> <a href class="glyphicon glyphicon-list" uib-dropdown-toggle></a> <ul uib-dropdown-menu> -- 2.11.0