Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions core/src/org/labkey/core/view/template/bootstrap/header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</div>
</li>
<li id="global-search-xs" class="dropdown visible-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-label="<%=h(SearchUtils.getPlaceholder(c))%>" role="button">
<i class="fa fa-search"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
Expand Down Expand Up @@ -209,7 +209,7 @@
{
%>
<li class="dropdown dropdown-rollup" id="headerProductDropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-label="Product navigation" role="button">
<i class="fa fa-th-large" style="font-size: 18px; padding-top: 2px;"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
Expand All @@ -223,7 +223,7 @@
{
%>
<li class="dropdown dropdown-rollup" id="headerAdminDropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-label="Admin menu" role="button">
<i class="fa fa-cog"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
Expand Down Expand Up @@ -260,7 +260,7 @@
{
%>
<li class="dropdown dropdown-rollup" id="headerUserDropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-label="User menu" role="button">
<i class="fa fa-user"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right" >
Expand Down
Loading