[open-ils-commits] [GIT] Evergreen ILS branch master updated. 59d80afd8e7deb79bc478d82d7d0f7ec7723c965
Evergreen Git
git at git.evergreen-ils.org
Thu Jun 13 10:22:10 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 59d80afd8e7deb79bc478d82d7d0f7ec7723c965 (commit)
from d2fe58a5634583d289d56147c62387592834bd5d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 59d80afd8e7deb79bc478d82d7d0f7ec7723c965
Author: Sam Link <slink at LIBPC002>
Date: Thu Dec 13 15:27:58 2018 -0500
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 at LIBPC002>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
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>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/navbar.tt2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list