mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
25 lines
No EOL
979 B
Handlebars
25 lines
No EOL
979 B
Handlebars
<div>
|
|
<span>Template stuff.</span>
|
|
<div class="template-type-container">
|
|
<span>Template types, e.g. circle, inFront, emanation, etc</span>
|
|
</div>
|
|
<div class="template-range-container">
|
|
<span>Template range, e.g. close, far, plus freeform value field option</span>
|
|
</div>
|
|
<div class="template-misc-container">
|
|
<span>Template settings for angle, width, direction, fill color (default: user), ???</span>
|
|
</div>
|
|
<div class="button-container">
|
|
<button type="button" data-action="reset" data-key="{{dsnTab.id}}">
|
|
<i class="fa-solid"></i>
|
|
<span>{{localize "Reset"}}</span>
|
|
</button>
|
|
<button type="button" data-action="clipboard" data-key="{{dsnTab.id}}">
|
|
<i class="fa-solid fa-clipboard"></i>
|
|
</button>
|
|
<button type="button" data-action="chat" data-key="{{dsnTab.id}}">
|
|
<i class="fa-solid fa-message"></i>
|
|
</button>
|
|
</div>
|
|
|
|
</div> |