mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
10 lines
408 B
PHP
10 lines
408 B
PHP
|
{{--
|
||
|
@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 type="submit" aria-label="{{ trans('common.search') }}">@icon('search')</button>
|
||
|
</form>
|
||
|
</div>
|