mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
22 lines
No EOL
1.1 KiB
Handlebars
22 lines
No EOL
1.1 KiB
Handlebars
<header class="dialog-header">
|
|
<div class="dialog-header-inner">
|
|
<h1>
|
|
{{#if reactionOverride}}
|
|
{{localize "DAGGERHEART.CONFIG.FeatureForm.reaction"}}
|
|
{{else}}
|
|
{{ifThen rollConfig.headerTitle rollConfig.headerTitle rollConfig.title}}
|
|
{{/if}}
|
|
{{#if showReaction}}
|
|
<button class="reaction-roll-controller {{#if reactionOverride}}active{{/if}}" data-action="toggleReaction" data-tooltip-text="{{localize "DAGGERHEART.GENERAL.reactionRoll"}}">
|
|
<i class="fa-solid fa-reply"></i>
|
|
</button>
|
|
{{/if}}
|
|
</h1>
|
|
</div>
|
|
{{#if (and @root.hasRoll @root.activeTagTeamRoll)}}
|
|
<div class="tag-team-controller {{#if @root.tagTeamSelected}}selected{{/if}}" data-action="toggleTagTeamRoll">
|
|
<span><i class="{{ifThen @root.tagTeamSelected "fa-solid" "fa-regular"}} fa-circle"></i></span>
|
|
<span class="label">{{localize "DAGGERHEART.APPLICATIONS.TagTeamSelect.title"}}</span>
|
|
</div>
|
|
{{/if}}
|
|
</header> |