This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<label>Second attribut</label>
|
||||
<select id="attrKey2" name="attrKey2">
|
||||
{{#select attrKey2}}
|
||||
<option value="none">Aucun</option>
|
||||
<option value="none">{{localize "MNBL.none"}}</option>
|
||||
{{#each attributs as |attrLabel attrKey|}}
|
||||
<option value="{{attrKey}}">{{attrLabel}}</option>
|
||||
{{/each}}
|
||||
@@ -138,7 +138,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Points d'Âme (Pouvoir)</label>
|
||||
<label>{{localize "MNBL.soulpoints"}} (Pouvoir)</label>
|
||||
<select id="runeame" name="runeame">
|
||||
{{selectOptions config.pointsAmeOptions selected=runeame}}
|
||||
</select>
|
||||
@@ -298,7 +298,7 @@
|
||||
{{#if (not isInit)}}
|
||||
{{#unless (or armeDefense arme.system.isDistance)}}
|
||||
<div class="form-group">
|
||||
<label>Difficulté</label>
|
||||
<label>{{localize "MNBL.difficulty"}}</label>
|
||||
<select id="difficulte" name="difficulte">
|
||||
{{selectOptions config.optionsDifficulte selected=difficulte valueAttr="key" nameAttr="key" labelAttr="label"}}
|
||||
</select>
|
||||
@@ -308,4 +308,3 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user