LP1796914 Corrected for W3C Standards user/slink/lp1796914_top_right_menu_aria_label
authorSam Link <slink@LIBPC002>
Thu, 13 Dec 2018 20:39:42 +0000 (15:39 -0500)
committerSam Link <slink@LIBPC002>
Thu, 13 Dec 2018 20:39:42 +0000 (15:39 -0500)
Removed the aria-label attribute as only one of title or aria-label is
allowed by the standard; also, this is consistent with the Angular7
menu.

Signed-off-by: Sam Link <slink@LIBPC002>
Open-ILS/src/templates/staff/navbar.tt2

index 90ff025..02eae8f 100644 (file)
       </li>
       [% END %]
 
-      <li class="dropdown" ng-show="username" uib-dropdown aria-label="Logout and more..." title="Logout and more...">
+      <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>