Initial commit
This commit is contained in:
10
app/plugins/dnd/views/forms/orderDropdown.html
Normal file
10
app/plugins/dnd/views/forms/orderDropdown.html
Normal file
@ -0,0 +1,10 @@
|
||||
<div class="form-group">
|
||||
<label for="order" class="col-lg-3 control-label">Order</label>
|
||||
<div class="col-lg-3 select-container" id="colorContainer">
|
||||
<select id="order" name="order" class="form-control custom-select" value="{order}">
|
||||
<option value="Lawful">Lawful</option>
|
||||
<option value="Neutral">Neutral</option>
|
||||
<option value="Chaotic">Chaotic</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user