BookStack/resources/views/entities/search-form.blade.php

10 lines
422 B
PHP
Raw Normal View History

{{--
@label - Placeholder/aria-label text
--}}
<div class="mb-xl">
<form refs="entity-search@searchForm" class="search-box flexible" role="search">
<input refs="entity-search@searchInput" type="text"
aria-label="{{ $label }}" name="term" placeholder="{{ $label }}">
<button tabindex="-1" type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
</form>
</div>