0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-09 02:20:09 +00:00

Guest create page: name field autofocus

This commit is contained in:
Lennert Daniels 2022-12-02 18:44:17 +01:00
parent ec3b06d83f
commit ac519b3009

View file

@ -22,7 +22,7 @@
<div class="form-group title-input"> <div class="form-group title-input">
<label for="name">{{ trans('entities.pages_name') }}</label> <label for="name">{{ trans('entities.pages_name') }}</label>
@include('form.text', ['name' => 'name']) @include('form.text', ['name' => 'name', 'autofocus' => true])
</div> </div>
<div class="form-group text-right"> <div class="form-group text-right">