[open-ils-commits] [GIT] Evergreen ILS branch rel_3_3 updated. c170490199c1a52ef14f916e6b5524e41998f114

Evergreen Git git at git.evergreen-ils.org
Thu Jun 13 10:22:51 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_3 has been updated
       via  c170490199c1a52ef14f916e6b5524e41998f114 (commit)
      from  a41293876013d141adbf0fc7455ef812ca441dda (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 c170490199c1a52ef14f916e6b5524e41998f114
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