mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
18 lines
No EOL
542 B
Handlebars
18 lines
No EOL
542 B
Handlebars
<div>
|
|
<header class="dialog-header">
|
|
<h1>{{title}}</h1>
|
|
</header>
|
|
<div class="risk-it-all-container">
|
|
<span>TODO magic here</span>
|
|
</div>
|
|
<footer class="flexrow">
|
|
<button data-action="close">
|
|
<span>{{localize "Cancel"}}</span>
|
|
</button>
|
|
<button data-action="submit" {{#if (not this.validChoices)}}disabled{{/if}}>
|
|
<span>
|
|
{{localize "DAGGERHEART.APPLICATIONS.RiskItAllDialog.submit"}}
|
|
</span>
|
|
</button>
|
|
</footer>
|
|
</div> |