[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. aa8449b24641ebb2c065e2bbe74d2396157e2c85
Evergreen Git
git at git.evergreen-ils.org
Thu Jun 13 10:22:26 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, rel_3_1 has been updated
via aa8449b24641ebb2c065e2bbe74d2396157e2c85 (commit)
from 2431aacd734227b61487224986a0d52cbfd800d0 (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 aa8449b24641ebb2c065e2bbe74d2396157e2c85
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 6564a78b51..856f295ab6 100644
--- a/Open-ILS/src/templates/staff/navbar.tt2
+++ b/Open-ILS/src/templates/staff/navbar.tt2
@@ -535,7 +535,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