SetItems working. Tesing

This commit is contained in:
color.diff=auto
2021-03-23 02:13:54 -06:00
parent 03c73e8cf8
commit 3c070526f1
103 changed files with 42056 additions and 16740 deletions

17
src/optionSubmit.php Normal file
View 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>