mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-10 13:43:38 +08:00
Add checkbox on search page
This commit is contained in:
@ -50,6 +50,9 @@
|
|||||||
@component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'updated_by', 'value' => 'me'])
|
@component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'updated_by', 'value' => 'me'])
|
||||||
{{ trans('entities.search_updated_by_me') }}
|
{{ trans('entities.search_updated_by_me') }}
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
@component('search.form.boolean-filter', ['filters' => $options->filters, 'name' => 'owned_by', 'value' => 'me'])
|
||||||
|
{{ trans('entities.search_owned_by_me') }}
|
||||||
|
@endcomponent
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<h6>{{ trans('entities.search_date_options') }}</h6>
|
<h6>{{ trans('entities.search_date_options') }}</h6>
|
||||||
|
Reference in New Issue
Block a user