mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
@ -2,7 +2,7 @@
|
|||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
<div class="form-group title-input">
|
<div class="form-group title-input">
|
||||||
<label for="name">{{ trans('common.name') }}</label>
|
<label for="name">{{ trans('common.name') }}</label>
|
||||||
@include('form.text', ['name' => 'name'])
|
@include('form.text', ['name' => 'name', 'autofocus' => true])
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group description-input">
|
<div class="form-group description-input">
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<div class="form-group title-input">
|
<div class="form-group title-input">
|
||||||
<label for="name">{{ trans('common.name') }}</label>
|
<label for="name">{{ trans('common.name') }}</label>
|
||||||
@include('form.text', ['name' => 'name'])
|
@include('form.text', ['name' => 'name', 'autofocus' => true])
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group description-input">
|
<div class="form-group description-input">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="form-group title-input">
|
<div class="form-group title-input">
|
||||||
<label for="name">{{ trans('common.name') }}</label>
|
<label for="name">{{ trans('common.name') }}</label>
|
||||||
@include('form.text', ['name' => 'name'])
|
@include('form.text', ['name' => 'name', 'autofocus' => true])
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group description-input">
|
<div class="form-group description-input">
|
||||||
|
Reference in New Issue
Block a user