Files
thetempusproject/app/plugins/dnd/views/forms/hitpointRollDropdown.html
2024-08-04 21:15:59 -04:00

9 lines
396 B
HTML

<div class="form-group">
<label for="hpType" class="col-lg-3 control-label">Hitpoint Type</label>
<div class="col-lg-3 select-container" id="colorContainer">
<select id="hpType" name="hpType" class="form-control custom-select" value="{hpType}">
<option value="fixed">Fixed</option>
<option value="manual">Manual</option>
</select>
</div>
</div>