[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 90fec28efe41be91c9f31ec71b9ea66e6e66a115
Evergreen Git
git at git.evergreen-ils.org
Thu Jun 13 10:22:35 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_2 has been updated
via 90fec28efe41be91c9f31ec71b9ea66e6e66a115 (commit)
from 3c83c709aef2252ea186fc495511f3353d3de39e (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 90fec28efe41be91c9f31ec71b9ea66e6e66a115
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 d82ca1f305..02eae8f8e7 100644
--- a/Open-ILS/src/templates/staff/navbar.tt2
+++ b/Open-ILS/src/templates/staff/navbar.tt2
@@ -553,7 +553,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