Updated text on the panel

This commit is contained in:
KasperRT
2014-10-20 16:01:23 +02:00
parent 5783851840
commit 85a2114714

View File

@@ -2,11 +2,11 @@
<br>
<form id="adminForm" name="ufo" action="" class="daform nomargin" id="base">
<label>Anyone can vote <input type="checkbox" name="vote" value="1"></input></label>
<label>Anyone can add songs <input type="checkbox" name="addSongs" value="1"></input></label>
<label>Only admin can vote <input type="checkbox" name="vote" value="1"></input></label>
<label>Only admin can add songs <input type="checkbox" name="addSongs" value="1"></input></label>
<label>Allow long songs <input type="checkbox" name="longSongs" value="1"></input></label>
<label>Show playlist on frontpage <input type="checkbox" name="frontPage" value="1"></input></label>
<label>Allow only music <input type="checkbox" name="onlyMusic" value="1"></input></label>
<label>Only music <input type="checkbox" name="onlyMusic" value="1"></input></label>
<label>Remove song after playing <input type="checkbox" name="removePlay" value="1"></input></label>
<input type="button" class="button" value="Save Settings" onclick="submitAdmin(this.form)">