Changed to checkboxes

This commit is contained in:
KasperRT
2014-10-14 00:23:42 +02:00
parent 38422dfcc9
commit 0392ff9319

View File

@@ -1,21 +1,17 @@
Admin panel incomming
<b>Admin Panel</b>
<br>
<form name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" >
<form id="adminForm" name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" >
<label>Anyone can vote:
<label> <input type="radio" name="vote" value="yes">yes</input></label>
<label> <input type="radio" name="vote" value="no">no</input></label>
<label> <input class="adminBox" type="checkbox" name="vote" value="1"></input></label>
</label><br>
<label>Anyone can add songs:
<label><input type="radio" name="addSongs" value="yes">yes</input></label>
<label><input type="radio" name="addSongs" value="no">no</input></label>
<label><input class="adminBox" type="checkbox" name="addSongs" value="1"></input></label>
</label><br>
<label>Allow long songs:
<label><input type="radio" name="longSongs" value="yes">yes</input></label>
<label><input type="radio" name="longSongs" value="no">no</input></label>
<label><input class="adminBox" type="checkbox" name="longSongs" value="1"></input></label>
</label><br>
<label>Allow only music:
<label><input type="radio" name="onlyMusic" value="yes">yes</input></label>
<label><input type="radio" name="onlyMusic" value="no">no</input></label>
<label><input class="adminBox" type="checkbox" name="onlyMusic" value="1"></input></label>
</label><br>
<input type="button" value="Save Settings">
</form>