Preparation du passage en v12

This commit is contained in:
2024-05-05 18:06:29 +02:00
parent fac158e0ad
commit 8af9c582bf
121 changed files with 440 additions and 424 deletions

View File

@ -21,11 +21,7 @@
<label class="generic-label item-field-label-long">Attribut principal 1 </label>
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut1" value="{{system.attribut1}}" data-dtype="string">
{{#select system.attribut1}}
{{#each attributs as |attrLabel attrKey|}}
<option value="{{attrKey}}">{{attrLabel}}</option>
{{/each}}
{{/select}}
{{selectOptions attributs selected=system.attribut1}}
</select>
</li>
<li class="flexrow item ">
@ -33,11 +29,7 @@
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut2" value="{{system.attribut2}}" data-dtype="string">
<option value="none">Aucun</option>
{{#select system.attribut2}}
{{#each attributs as |attrLabel attrKey|}}
<option value="{{attrKey}}">{{attrLabel}}</option>
{{/each}}
{{/select}}
{{selectOptions attributs selected=system.attribut2}}
</select>
</li>
<li class="flexrow item ">
@ -45,11 +37,7 @@
<select class="status-small-label color-class-common item-field-label-long"" type=" text"
name="system.attribut3" value="{{system.attribut3}}" data-dtype="string">
<option value="none">Aucun</option>
{{#select system.attribut3}}
{{#each attributs as |attrLabel attrKey|}}
<option value="{{attrKey}}">{{attrLabel}}</option>
{{/each}}
{{/select}}
{{selectOptions attributs selected=system.attribut3}}
</select>
</li>