mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
20 lines
No EOL
941 B
Handlebars
20 lines
No EOL
941 B
Handlebars
<section class="tab scrollable{{#if tab.active}} active{{/if}}" data-group="{{tab.group}}" data-tab="{{tab.id}}">
|
|
{{formGroup fields.tint value=source.tint rootId=rootId placeholder="#ffffff"}}
|
|
{{formGroup fields.description value=source.description rootId=rootId}}
|
|
{{formGroup fields.disabled value=source.disabled rootId=rootId}}
|
|
|
|
{{#if isActorEffect}}
|
|
<div class="form-group">
|
|
<label>{{localize "EFFECT.FIELDS.origin.label"}}</label>
|
|
<div class="form-fields">
|
|
<input type="text" value="{{source.origin}}" disabled />
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
|
|
{{#if isItemEffect}}
|
|
{{formGroup fields.transfer value=source.transfer rootId=rootId label=legacyTransfer.label hint=(localize "DAGGERHEART.EFFECTS.Attachments.transferHint")}}
|
|
{{/if}}
|
|
|
|
{{formGroup fields.showIcon value=source.showIcon options=showIconOptions rootId=rootId}}
|
|
</section> |