Changed how it submits

This commit is contained in:
KasperRT
2014-10-14 00:43:32 +02:00
parent 5e282d95cb
commit 50fa956a16

View File

@@ -1,6 +1,6 @@
<b>Admin Panel</b> <b>Admin Panel</b>
<br> <br>
<form id="adminForm" name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" > <form id="adminForm" name="ufo" action="" class="daform nomargin" id="base">
<label>Anyone can vote: <label>Anyone can vote:
<label> <input class="adminBox" type="checkbox" name="vote" value="1"></input></label> <label> <input class="adminBox" type="checkbox" name="vote" value="1"></input></label>
</label><br> </label><br>
@@ -13,5 +13,5 @@
<label>Allow only music: <label>Allow only music:
<label><input class="adminBox" type="checkbox" name="onlyMusic" value="1"></input></label> <label><input class="adminBox" type="checkbox" name="onlyMusic" value="1"></input></label>
</label><br> </label><br>
<input type="button" value="Save Settings"> <input type="button" value="Save Settings" onclick="submitAdmin(this.form)">
</form> </form>