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 @@
|
||||
<input class="attribute-value" type="text" name="system.coord" value="{{system.coord}}" data-dtype="String"/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="niveau">Mode spécifique</label>
|
||||
<select name="system.specific" id="specific" data-dtype="String">
|
||||
<label for="system.specific">Mode spécifique</label>
|
||||
<select name="system.specific" data-dtype="String">
|
||||
{{#select system.specific}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-tmr-effet.html"}}
|
||||
{{/select}}
|
||||
|
Reference in New Issue
Block a user