forked from public/foundryvtt-reve-de-dragon
Suppression for="Categorie" dans html
Aucun impact, pas de référence trouvée à cet attribut
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<label for="categorie"> Conditions</label>
|
||||
<label> Conditions</label>
|
||||
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
@ -13,7 +13,7 @@
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<label for="categorie"> Jours</label>
|
||||
<label> Jours</label>
|
||||
<select name="joursAstrologie" id="joursAstrologie" data-dtype="number">
|
||||
{{#select joursSuivants}}
|
||||
{{#each dates as |date key|}}
|
||||
@ -21,8 +21,8 @@
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
<label for="categorie">Etat Général: {{etat}}</label>
|
||||
<label for="categorie"> <a id='jet-astrologie'>Faire un jet d'Astrologie</a></label>
|
||||
<label>Etat Général: {{etat}}</label>
|
||||
<label> <a id='jet-astrologie'>Faire un jet d'Astrologie</a></label>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
Reference in New Issue
Block a user