]> BookStack Code Mirror - bookstack/blob - resources/views/partials/entity-dashboard-search-box.blade.php
Updated the Swedish language files
[bookstack] / resources / views / partials / entity-dashboard-search-box.blade.php
1 <div class="mb-xl">
2     <form v-on:submit.prevent="searchBook" class="search-box flexible">
3         <input v-model="searchTerm" v-on:change="checkSearchForm" type="text" name="term" placeholder="{{ trans('entities.books_search_this') }}">
4         <button type="submit">@icon('search')</button>
5         <button v-if="searching" v-cloak class="search-box-cancel text-neg" v-on:click="clearSearch" type="button">@icon('close')</button>
6     </form>
7 </div>