This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user