]> BookStack Code Mirror - bookstack/blob - resources/views/entities/search-form.blade.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / resources / views / entities / search-form.blade.php
1 {{--
2 @label - Placeholder/aria-label text
3 --}}
4 <div class="mb-xl">
5     <form refs="entity-search@searchForm" class="search-box flexible" role="search">
6         <input refs="entity-search@searchInput" type="text"
7                aria-label="{{ $label }}" name="term" placeholder="{{ $label }}">
8         <button tabindex="-1" type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
9     </form>
10 </div>