Finish getting the main item sheet completed and fully functional
This commit is contained in:
parent
2518c7cf05
commit
94b3ec923b
4 changed files with 103 additions and 14 deletions
|
|
@ -9,9 +9,11 @@
|
|||
>
|
||||
<input
|
||||
type="text"
|
||||
name="name"
|
||||
class="large"
|
||||
name="name"
|
||||
value="{{item.name}}"
|
||||
title="{{item.name}}"
|
||||
{{disabled (not meta.editable)}}
|
||||
placeholder="{{localize "Name"}}"
|
||||
>
|
||||
<span aria-hidden="true">x</span>
|
||||
|
|
@ -19,6 +21,7 @@
|
|||
type="number"
|
||||
name="system.quantity"
|
||||
value="{{system.quantity}}"
|
||||
{{disabled (not meta.editable)}}
|
||||
data-tooltip
|
||||
aria-label="Quantity"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue