Fixed adminperms labels

This commit is contained in:
Kristy Fournier 2025-07-18 18:31:02 -04:00
parent a291e4626a
commit 26e8e93785

View file

@ -98,11 +98,11 @@ changes visibility with JS-->
<h2>Fine action control:</h2> <h2>Fine action control:</h2>
<p class="italic">A check means that action is avalible to everyone</p> <p class="italic">A check means that action is avalible to everyone</p>
<div id="admincheckholder"> <div id="admincheckholder">
<input type="checkbox" title="addsongcheck" id="addsongsettingcheckbox"><label for="addsongcheck">Add songs to queue</label><br> <input type="checkbox" title="addsongcheck" id="addsongsettingcheckbox"><label for="addsongsettingcheckbox">Add songs to queue</label><br>
<input type="checkbox" title="skipsongcheck" id="skipsongsettingcheckbox"><label for="skipsongcheck">Skip songs</label><br> <input type="checkbox" title="skipsongcheck" id="skipsongsettingcheckbox"><label for="skipsongsettingcheckbox">Skip songs</label><br>
<input type="checkbox" title="playpausecheck" id="playpausesettingcheckbox"><label for="playpausecheck">Play/pause</label><br> <input type="checkbox" title="playpausecheck" id="playpausesettingcheckbox"><label for="playpausesettingcheckbox">Play/pause</label><br>
<input type="checkbox" title="partymodecheck" id="partymodesettingscheckbox"><label for="partymodecheck">Toggle Party Mode</label><br> <input type="checkbox" title="partymodecheck" id="partymodesettingscheckbox"><label for="partymodesettingscheckbox">Toggle Party Mode</label><br>
<input type="checkbox" title="volumechangecheck" id="volumechangesettingcheckbox"><label for="volumechangecheck">Change volume</label><br> <input type="checkbox" title="volumechangecheck" id="volumechangesettingcheckbox"><label for="volumechangesettingcheckbox">Change volume</label><br>
</div> </div>
</div> </div>
<p class="versionNumber">PartyJukebox is under an <a href="https://github.com/kristy-fournier/PartyJukebox/blob/main/LICENSE.md">AGPLV3</a> liscense. You can access the source code <a href=https://github.com/kristy-fournier/PartyJukebox>here</a>.</p> <p class="versionNumber">PartyJukebox is under an <a href="https://github.com/kristy-fournier/PartyJukebox/blob/main/LICENSE.md">AGPLV3</a> liscense. You can access the source code <a href=https://github.com/kristy-fournier/PartyJukebox>here</a>.</p>