File tree Expand file tree Collapse file tree
core/src/org/labkey/core/view/template/bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 143143 {
144144% >
145145 <li class =" navbar-search hidden-xs" >
146- <a class =" fa fa-search" id =" global-search-trigger" aria-label =" <%= h(SearchUtils . getPlaceholder(c)) % >" ></a >
146+ <a class =" fa fa-search" id =" global-search-trigger" aria-label =" <%= h(SearchUtils . getPlaceholder(c)) % >" role = " button " ></a >
147147 <div id =" global-search" class =" global-search" >
148148 <labkey:form id =" global-search-form" action =" <%= urlProvider(SearchUrls . class). getSearchURL(c, null ) % >" method =" GET" >
149149 <input type =" text" class =" search-box" name =" q" placeholder =" <%= h(SearchUtils . getPlaceholder(c)) % >" value =" " >
150150 <input type =" submit" hidden >
151- <a id =" a_header_search" href =" #" class =" btn-search fa fa-search" aria-label =" Search" ></a >
151+ <a id =" a_header_search" href =" #" class =" btn-search fa fa-search" aria-label =" Search" role = " button " ></a >
152152 </labkey:form >
153153 <% pageConfig. addHandler(" a_header_search" ," click" ," document.getElementById('global-search-form').submit(); return false;" ); % >
154154 </div >
You can’t perform that action at this time.
0 commit comments