mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
SetItems working. Tesing
This commit is contained in:
17
src/optionSubmit.php
Normal file
17
src/optionSubmit.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<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>
|
Reference in New Issue
Block a user