forked from public/foundryvtt-reve-de-dragon
Fix: labels for / id
- Ajout de "for" sur labels - suppression d'id inutiles - corrections de for="xp" incorrects - simplification css alchimie-title/blessure-title
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
<section class="sheet-body">
|
||||
<div class="tab items flexcol" data-group="primary" data-tab="informations">
|
||||
<div class="form-group">
|
||||
<label>Type</label>
|
||||
<select name="system.type" id="type" data-dtype="String">
|
||||
<label for="system.type">Type</label>
|
||||
<select name="system.type" data-dtype="String">
|
||||
{{#select system.type}}
|
||||
{{{gemmeTypeList}}}
|
||||
{{/select}}
|
||||
|
Reference in New Issue
Block a user