Minor fixes from v14 feedback
Release Creation / build (release) Successful in 8m22s

This commit is contained in:
2026-05-23 23:07:10 +02:00
parent d120da6718
commit b877262283
93 changed files with 321 additions and 279 deletions
+2 -2
View File
@@ -27,7 +27,7 @@
<label class="generic-label item-field-label-long">Attribut 2 </label>
<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>
<option value="none">{{localize "MNBL.none"}}</option>
{{selectOptions config.attributs selected=system.attribut2 }}
</select>
</li>
@@ -35,7 +35,7 @@
<label class="generic-label item-field-label-long">Attribut 3 </label>
<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>
<option value="none">{{localize "MNBL.none"}}</option>
{{selectOptions config.attributs selected=system.attribut3 }}
</select>
</li>