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