Add v12 support
This commit is contained in:
@ -16,11 +16,7 @@
|
||||
<label class="item-field-label-long">Type : </label>
|
||||
<select class="item-field-label-long" type="text" name="system.protectiontype"
|
||||
value="{{system.protectiontype}}" data-dtype="string">
|
||||
{{#select system.protectiontype}}
|
||||
{{#each config.typeProtection as |prot key|}}
|
||||
<option value="{{key}}">{{prot}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
{{selectOptions config.typeProtection selected=system.protectiontype}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
@ -42,11 +38,7 @@
|
||||
<label class="generic-label item-field-label-long">Dissimulation : </label>
|
||||
<select class="item-field-label-long" type="text" name="system.dissimulation"
|
||||
value="{{system.dissimulation}}" data-dtype="string">
|
||||
{{#select system.dissimulation}}
|
||||
{{#each config.armeDissimulation as |diss key|}}
|
||||
<option value="{{key}}">{{diss}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
{{selectOptions config.armeDissimulation selected=system.dissimulation}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
|
Reference in New Issue
Block a user