2023-04-28 15:25:57 +02:00
|
|
|
<li class="flexrow">
|
|
|
|
<label class="item-field-label-long">{{localize "ECRY.ui.weight"}}</label>
|
|
|
|
<input type="text" class="item-field-label-short" name="system.weight" value="{{system.weight}}"
|
|
|
|
data-dtype="Number" />
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li class="flexrow">
|
|
|
|
<label class="item-field-label-long">{{localize "ECRY.ui.cost"}}</label>
|
|
|
|
<input type="text" class="item-field-label-short" name="system.cost" value="{{system.cost}}" data-dtype="Number" />
|
2023-07-18 22:07:55 +02:00
|
|
|
<select class="item-field-label-medium" type="text" name="system.costunit" value="{{system.costunit}}" data-dtype="String">
|
2024-04-27 09:33:22 +02:00
|
|
|
{{selectOptions config.costUnits selected=system.costunit localize=true labelAttr="name"}}
|
2023-04-28 15:25:57 +02:00
|
|
|
</select>
|
|
|
|
</li>
|
|
|
|
|