mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-04-27 06:45:39 +00:00
17 lines
684 B
PHP
17 lines
684 B
PHP
<div class="form-group row options" style="background: none;">
|
|
<div class="col-9" style="background: none;">
|
|
<p style="display:inline;">
|
|
<input style="width: 32px;" type="checkbox" id="op1" name="opt-hide-disabled" checked>
|
|
Toggle 'unspawnable' items
|
|
</p>
|
|
<p style="display:inline;margin-left: 60px;">
|
|
<a style="font-weight: bold;" class="btn" href="/src/config.php">Reconfigure Mod Path</a>
|
|
|
|
</p>
|
|
</div>
|
|
<div class="col-3" style="background: none;">
|
|
<button style="padding: 10px;font-size: 1.5rem;" name="submit" type="submit" class="btn btn-success">Save Item</button>
|
|
<button name="submit" type="reset" class="btn btn-danger">Clear</button>
|
|
</div>
|
|
|
|
</div> |