Rework dialog-competence

This commit is contained in:
Vincent Vandemeulebrouck
2021-04-20 00:52:51 +02:00
parent f0af45d106
commit 0e9bc372bf
5 changed files with 112 additions and 79 deletions

View File

@@ -1,6 +1,8 @@
{{#if ajustements.encTotal.visible}}
<div class="form-group">
<label>Appliquer l'encombrement total comme malus ({{encTotal}}) ? </label>
<input class="attribute-value checkbox-by-name" type="checkbox" name="useMalusEncTotal" {{#if useMalusEncTotal}}checked{{/if}}/>
<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}}