mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Revert "Updated name field workflow in character actor."
This reverts commit 66924c530f.
This commit is contained in:
parent
f60e8cffda
commit
df51c5fc1d
2 changed files with 13 additions and 58 deletions
|
|
@ -2,22 +2,12 @@
|
|||
<line-div></line-div>
|
||||
<div class="name-row">
|
||||
<h1 class='actor-name'>
|
||||
<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>
|
||||
<input
|
||||
type='text'
|
||||
name='name'
|
||||
value='{{document.name}}'
|
||||
placeholder='{{localize "DAGGERHEART.GENERAL.actorName"}}'
|
||||
/>
|
||||
</h1>
|
||||
|
||||
<div class='level-div'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue