mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
19 lines
No EOL
714 B
Handlebars
19 lines
No EOL
714 B
Handlebars
<form class={{cssClass}} autocomplete="off">
|
|
<div class="form-group">
|
|
<label>{{localize "DAGGERHEART.Settings.Menu.Automation.HopeLabel"}}</label>
|
|
<div class="form-fields">
|
|
<input type="checkbox" name="{{settings.Hope}}" {{checked this.hope}} />
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<label>{{localize "DAGGERHEART.Settings.Menu.Automation.ActionPointsLabel"}}</label>
|
|
<div class="form-fields">
|
|
<input type="checkbox" name="{{settings.ActionPoints}}" {{checked this.actionPoints}} />
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="flexrow">
|
|
<button type="submit">Save</button>
|
|
<button>Cancel</button>
|
|
</footer>
|
|
</form> |