mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Initial thoughts
This commit is contained in:
parent
20056cd950
commit
cbce821f4d
5 changed files with 46 additions and 16 deletions
|
|
@ -3,7 +3,10 @@
|
|||
<div class='item-info'>
|
||||
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
||||
<div class='item-description'>
|
||||
<h3>{{localize 'TYPES.Item.class'}}</h3>
|
||||
<h3 class="flexrow">
|
||||
{{localize 'TYPES.Item.class'}}
|
||||
{{formInput systemFields.identifier value=source.system.identifier}}
|
||||
</h3>
|
||||
<h3 class="form-fields domain-section">
|
||||
<span>{{localize "DAGGERHEART.GENERAL.Domain.plural"}}</span>
|
||||
<input class="domain-input" value="{{domains}}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue