Skip to content
Snippets Groups Projects
Commit eb0e908a authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added label for search button

parent 15c8db31
No related branches found
No related tags found
2 merge requests!1459Development,!1456Resolve "The search button has no name"
......@@ -40,6 +40,7 @@ return [
'key.placeholder' => 'Mitglieder-Key eingeben',
'key.tooltip' => 'Mitglieder-Key eingeben',
'placeholder' => 'MetaGer: Sicher suchen & finden, Privatsphäre schützen',
'searchbutton' => 'MetaGer-Suche',
'tooltips.add-focus' => 'Suche anpassen',
'tooltips.edit-focus' => 'Aktuellen Fokus bearbeiten',
......
......@@ -41,6 +41,7 @@ return [
'key.tooltip' => 'Enter member key',
"placeholder" => "MetaGer: Privacy Protected Search & Find",
'searchbutton' => 'MetaGer-Search',
'tooltips.add-focus' => 'Adjust search',
'tooltips.edit-focus' => 'Change the actual focus',
......
......@@ -9,12 +9,12 @@
</div>
<div class="search-input">
<input type="search" name="eingabe" value="@if(isset($eingabe)){{$eingabe}}@endif" required="" @if(\Request::is('/')) autofocus @endif autocomplete="off" class="form-control" placeholder="{{ trans('index.placeholder') }}" tabindex="0">
<button id="search-delete-btn" type="button" tabindex="-1">
<button id="search-delete-btn" name="delete-search-input" type="button" tabindex="-1">
&#xd7;
</button>
</div>
<div class="search-submit" id="submit-inputgroup">
<button type="submit" tabindex="-1">
<button type="submit" tabindex="-1" name="submit-query" title="@lang('index.searchbutton')" aria-label="@lang('index.searchbutton')">
<i class="fa fa-search" aria-hidden="true"></i>
</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment