All checks were successful
Release Creation / build (release) Successful in 58s
20 lines
662 B
Handlebars
20 lines
662 B
Handlebars
<div class="lethalfantasy-roll-progression-dice-dialog">
|
|
|
|
<fieldSet class="">
|
|
<legend>{{localize "LETHALFANTASY.Label.progressionDice"}}</legend>
|
|
|
|
<select name="progressionDiceId" data-tooltip-direction="UP">
|
|
{{selectOptions weaponsChoices selected=progressionDiceId valueAttr="id" labelAttr="name"}}
|
|
</select>
|
|
|
|
<label>{{localize "LETHALFANTASY.Label.rollProgressionCount"}} : {{rollProgressionCount}}</label>
|
|
</fieldSet>
|
|
|
|
<fieldSet>
|
|
<legend>{{localize "LETHALFANTASY.Roll.visibility"}}</legend>
|
|
<select name="visibility">
|
|
{{selectOptions rollModes selected=visibility localize=true}}
|
|
</select>
|
|
</fieldSet>
|
|
|
|
</div> |