Autofocus sur le texte pour la chronologie

This commit is contained in:
Vincent Vandemeulebrouck 2023-01-08 20:42:23 +01:00
parent 1cd3bdef25
commit 9eaeceafc4

View File

@ -4,15 +4,11 @@
<label for="auteur">Auteur</label>
<input type="text" name="auteur" value="{{auteur}}" data-dtype="String" {{#unless isGM}}disabled{{/unless}}/>
</div>
<div class="form-group">
<label for="information">Information</label>
<textarea autocomplete="off" title="Information" name="information">{{information}}</textarea>
</div>
<div class="form-group">
{{>"systems/foundryvtt-reve-de-dragon/templates/common/timestamp.hbs"
(timestamp-extract timestamp)
path='chronologie'
label='Date en jeu'
path='chronologie'
label='Date en jeu'
disabled=''
}}
</div>
@ -39,5 +35,9 @@
{{/select}}
</select>
</div>
<div class="form-group">
<label for="information">Information</label>
<textarea autocomplete="off" title="Information" name="information" autofocus>{{information}}</textarea>
</div>
</div>
</form>