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

@@ -15,19 +15,12 @@
<label class="generic-label item-field-label-long">Type : </label>
<select class="item-field-label-long" type="text" name="system.contacttype" value="{{system.contacttype}}" data-dtype="String">
{{#select system.contacttype}}
<option value="contact">Contact</option>
<option value="allie">Allié</option>
{{/select}}
{{selectOptions config.optionsTypeContact selected=system.contacttype valueAttr="key" nameAttr="key" labelAttr="label"}}
</select>
<label class="generic-label item-field-label-long">Niveau : </label>
<select class="item-field-label-long" type="text" name="system.niveau" value="{{system.niveau}}" data-dtype="Number">
{{#select system.niveau}}
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
{{/select}}
{{selectOptions config.listeNiveauContact selected=system.niveau}}
</select>
</li>