diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index d2cfdeac4fd63356aac14f25ed1681c6e8b3c8f1..26968e8eb0393786fe6039113597689866b656ce 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -17,7 +17,6 @@ <input type="hidden" name="eingabe" value="chrome" /> <button type="submit" id="plugin-btn" form="searchForm" title="{{ trans('index.plugin-title') }}" name="chrome-plugin" value="true"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin') }}</a> @else - <a id="plugin-btn" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/plugin") }}" title="{{ trans('index.plugin-title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin') }}</a> @endif </div> diff --git a/resources/views/parts/searchbar.blade.php b/resources/views/parts/searchbar.blade.php index b14b8918583f4582e8a0aa7da354acb1b99da10e..a04e14c38de8a5ace2e35aa627655edb7b074bbf 100644 --- a/resources/views/parts/searchbar.blade.php +++ b/resources/views/parts/searchbar.blade.php @@ -8,7 +8,7 @@ </a> </div> <div class="search-input"> - <input type="search" name="eingabe" value="@if(isset($eingabe)){{$eingabe}}@endif" @if(\Request::is('/') && !\Request::filled('mgapp')) autofocus @endif autocomplete="off" class="form-control" placeholder="{{ trans('index.placeholder') }}" tabindex="0"> + <input type="search" name="eingabe" value="@if(isset($eingabe)){{$eingabe}}@endif" @if(\Request::is('/') && !\Request::filled('mgapp')) autofocus @endif autocomplete="off" class="form-control" placeholder="{{ trans('index.placeholder') }}" tabindex="0"> <button id="search-delete-btn" name="delete-search-input" type="button" tabindex="-1"> × </button>