Add v12 support

This commit is contained in:
2024-05-23 11:36:03 +02:00
parent a716a3b3d1
commit bddf772c99
157 changed files with 568 additions and 511 deletions

View File

@ -13,11 +13,7 @@
<span class="flexrow">
<label class="generic-label">Chemin : </label>
<select class="status-small-label color-class-common" type="text" name="system.chemin" value="{{system.chemin}}" data-dtype="string" >
{{#select system.chemin}}
{{#each config.cheminpouvoir as |label key|}}
<option value="{{key}}">{{label}}</option>
{{/each}}
{{/select}}
{{selectOptions config.cheminpouvoir selected=system.chemin}}
</select>
</span>
@ -25,11 +21,7 @@
<label class="generic-label">Attribut : </label>
<select class="status-small-label color-class-common" type="text" name="system.attribut1"
value="{{data.attribut1}}" data-dtype="string">
{{#select data.attribut1}}
{{#each attributs as |attrLabel attrKey|}}
<option value="{{attrKey}}">{{attrLabel}}</option>
{{/each}}
{{/select}}
{{selectOptions attributs selected=data.attribut1}}
</select>
</span>