mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
13 lines
No EOL
391 B
Handlebars
13 lines
No EOL
391 B
Handlebars
<form id="action-type-select">
|
|
<header class="dialog-header">
|
|
<h1>{{itemName}}</h1>
|
|
</header>
|
|
<ul class="actions-list">
|
|
{{#each types}}
|
|
<li class="action-item">
|
|
<input type="radio" name="type" value="{{id}}" {{#if (eq @index 0)}}checked{{/if}}>
|
|
<span class="label">{{localize name}}</span>
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|
|
</form> |