Add localization for the item sheet fields
This commit is contained in:
parent
94b3ec923b
commit
d9d66abf27
3 changed files with 13 additions and 6 deletions
|
|
@ -1,21 +1,23 @@
|
|||
<div class="content">
|
||||
<div class="property">
|
||||
<label for="">
|
||||
Weight
|
||||
<label for="{{meta.idp}}-weight">
|
||||
{{localize "taf.misc.item.weight"}}
|
||||
</label>
|
||||
<input
|
||||
type="number"
|
||||
id="{{meta.idp}}-weight"
|
||||
name="system.weight"
|
||||
value="{{system.weight}}"
|
||||
{{disabled (not meta.editable)}}
|
||||
>
|
||||
</div>
|
||||
<div class="property">
|
||||
<label for="">
|
||||
Equipped
|
||||
<label for="{{meta.idp}}-equipped">
|
||||
{{localize "taf.misc.item.equipped"}}
|
||||
</label>
|
||||
<input
|
||||
type="checkbox"
|
||||
id="{{meta.idp}}-equipped"
|
||||
name="system.equipped"
|
||||
{{checked system.equipped}}
|
||||
{{disabled (not meta.editable)}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue