daggerheart/templates/sheets/activeEffect/header.hbs
WBHarry bc3525c970
Active Effects (#123)
* Added Dh classes to ActiveEffect/ActiveEffectConfig with some initial logic

* TabFormFooter styling update

* Lowered tab-form-footer padding
2025-06-12 20:53:47 +02:00

7 lines
No EOL
421 B
Handlebars

<header class='item-sheet-header'>
<img class='profile' src="{{source.img}}" data-action="editImage" data-edit="img" alt="{{localize "EFFECT.FIELDS.img.label"}}">
<div class='item-info'>
<h1 class='item-name'><input name="name" type="text" value="{{source.name}}" placeholder="{{localize "EFFECT.FIELDS.name.label"}}"
aria-label="{{localize "EFFECT.FIELDS.name.label"}}"></h1>
</div>
</header>