bol/templates/dialogs/total-roll-part.hbs

16 lines
530 B
Handlebars
Raw Normal View History

<div class="flexrow roll-box" >
2022-02-18 21:58:53 +01:00
<div class="flex1 center bg-darkred">
<label for="mod">{{localize 'BOL.ui.nbdices'}}</label>
</div>
<div class="flex1 center cell">
<input class="flex1" type="text" id="roll-nbdice" value="2" disabled>
</div>
</div>
<div class="flexrow roll-box" >
2022-02-18 21:58:53 +01:00
<div class="flex1 center bg-darkred">
<label for="mod">{{localize 'BOL.ui.totalmod'}}</label>
</div>
<div class="flex1 center cell">
<input class="flex1" type="text" id="roll-modifier" value="0" disabled>
</div>
</div>