mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Adversary name fields are improved as well.
This commit is contained in:
parent
66924c530f
commit
f60e8cffda
2 changed files with 57 additions and 8 deletions
|
|
@ -2,8 +2,22 @@
|
|||
<line-div></line-div>
|
||||
<div class="name-row">
|
||||
<h1 class='actor-name'>
|
||||
<input type='text' name='name' value='{{source.name}}' placeholder="{{localize "DAGGERHEART.GENERAL.actorName"}}"
|
||||
/>
|
||||
<div class="name-wrapper">
|
||||
<input
|
||||
type='text'
|
||||
name='name'
|
||||
id='actor-name-{{document.id}}'
|
||||
value='{{document.name}}'
|
||||
placeholder='{{localize "DAGGERHEART.GENERAL.actorName"}}'
|
||||
/>
|
||||
<label for="actor-name-{{document.id}}">
|
||||
{{#if document.name}}
|
||||
{{document.name}}
|
||||
{{else}}
|
||||
<span>{{localize "DAGGERHEART.GENERAL.actorName"}}</span>
|
||||
{{/if}}
|
||||
</label>
|
||||
</div>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue