Rework dialog Alchimie

This commit is contained in:
Vincent Vandemeulebrouck
2021-04-20 23:16:18 +02:00
parent 0e9bc372bf
commit 550f45d14c
16 changed files with 124 additions and 97 deletions

View File

@ -0,0 +1,8 @@
{{#if ajustements.encTotal.visible}}
<div class="flexrow">
<label>
<input class="attribute-value checkbox-by-name" type="checkbox" name="useMalusEncTotal" {{#if useMalusEncTotal}}checked{{/if}}/>
Appliquer l'encombrement comme malus ({{encTotal}}) ?
</label>
</div>
{{/if}}