Suppression for="Categorie" dans html

Aucun impact, pas de référence trouvée à cet attribut
This commit is contained in:
Vincent Vandemeulebrouck
2021-03-16 22:34:03 +01:00
parent 98de1a6922
commit 830f4fde9a
9 changed files with 47 additions and 48 deletions

View File

@ -1,11 +1,11 @@
<form class="dialog-roll-sort">
<div class="form-group">
<label for="categorie">Rêve : <label>{{numberFormat selectedCarac.value decimals=0 sign=false}}</label></label>
<label for="categorie">TMR : {{tmr.label}} ({{tmr.coord}})</label>
<label>Rêve : <label>{{numberFormat selectedCarac.value decimals=0 sign=false}}</label></label>
<label>TMR : {{tmr.label}} ({{tmr.coord}})</label>
</div>
<div class="form-group">
<label for="categorie">Draconic </label>
<label>Draconic </label>
<select name="draconic" id="draconic" data-dtype="String">
{{#select draconic}}
{{#each draconicList as |draconic key|}}
@ -13,7 +13,7 @@
{{/each}}
{{/select}}
</select>
<label for="categorie"> &nbsp;Conditions</label>
<label> &nbsp;Conditions</label>
<select name="diffConditions" id="diffConditions" data-dtype="number">
{{#select diffConditions}}
{{#each ajustementsConditions as |key|}}
@ -24,7 +24,7 @@
</div>
<div class="form-group">
<label for="categorie">Sort </label>
<label>Sort </label>
<select name="sort" id="sort" data-dtype="String">
{{#select sort}}
{{#each sortList as |sort key|}}
@ -35,7 +35,7 @@
</div>
<div class="form-group" id="div-sort-difficulte">
<label for="categorie">Difficulté </label>
<label>Difficulté </label>
<select name="diffLibre" id="diffLibre" data-dtype="number">
{{#select diffLibre}}
{{#each difficultesLibres as |key|}}
@ -46,7 +46,7 @@
</div>
<div class="form-group" id="div-sort-ptreve">
<label for="categorie">Couts en Points de Rêve </label>
<label>Couts en Points de Rêve </label>
<select name="ptreve-variable" id="ptreve-variable" data-dtype="number">
{{#select ptreve-variable}}
{{#each coutreve as |cout key|}}