mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
27 lines
No EOL
899 B
Handlebars
27 lines
No EOL
899 B
Handlebars
<div>
|
|
<header class="dialog-header">
|
|
<h1>{{title}}</h1>
|
|
</header>
|
|
<div>
|
|
<span>Remaining points to use here.</span>
|
|
</div>
|
|
<div class="risk-it-all-container">
|
|
|
|
<div class="two-columns even">
|
|
<span>{{currentHitPointsLabel}}</span>
|
|
<span>New HP field editor, initial value is current hit points</span>
|
|
<span>{{currentStressLabel}}</span>
|
|
<span>New Stress field editor, initial value is current hit points</span>
|
|
</div>
|
|
</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> |