Move/change playlist lock button
This commit is contained in:
parent
d3cda0517c
commit
0cc230f192
3 changed files with 14 additions and 6 deletions
|
|
@ -183,15 +183,17 @@
|
|||
<br>
|
||||
</div>
|
||||
<div id="extended_controls" class="span12">
|
||||
<button class="btn btn-danger btn-block" id="qlockbtn">Unlock Queue</button>
|
||||
<button class="btn btn-block" id="clearplaylist">Clear Playlist</button>
|
||||
<button class="btn btn-block" id="shuffleplaylist">Shuffle Playlist</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-group span12">
|
||||
<button class="btn" style="width: 50%" id="voteskip">Voteskip</button>
|
||||
<button class="btn" style="width: 50%" id="getplaylist">Get Playlist URLs</button>
|
||||
<button class="btn" style="width: 46%" id="voteskip">Voteskip</button>
|
||||
<button class="btn" style="width: 46%" id="getplaylist">Get Playlist URLs</button>
|
||||
<button class="btn btn-danger" style="width: 8%" id="qlockbtn" title="Playlist Locked">
|
||||
<i class="icon-lock"></i>
|
||||
</button>
|
||||
</div>
|
||||
<!-- video queue -->
|
||||
<ul class="span12 videolist" id="queue">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue