summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/base.html
diff options
context:
space:
mode:
authorGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 20:42:17 +0100
committerGravatar mariusbaumann <baumann.marius@gmail.com> 2015-01-03 20:42:17 +0100
commit4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836 (patch)
tree32c15f5326bafb0fe9acf5e9f79ec088b4756037 /module/web/templates/default/base.html
parentDetails changed on info, admin sites (diff)
downloadpyload-4c9b6f2fa02d1d8cc8fcb6b3d2acc94e89fe8836.tar.xz
Some style and bug fixes
+ Drag and drop sort fetature on queue fixed + Capcha overlay redesigned + Add premium account window restyled + Alert messages restyled + Some other details changed
Diffstat (limited to 'module/web/templates/default/base.html')
-rw-r--r--module/web/templates/default/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 5933e108f..f7871eb6f 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -130,7 +130,7 @@
{% if perms.STATUS %}
<div class="btn-group btn-group-sm" role="group" aria-label="..." style="margin-left:10px;">
- <button id="action_play" class="btn btn-default"><span class="glyphicon glyphicon-play"></span>&nbsp;</button>
+ <button id="action_play" class="btn btn-default" href="#"><span class="glyphicon glyphicon-play"></span>&nbsp;</button>
<button id="action_stop" type="button" class="btn btn-default"><span class="glyphicon glyphicon-stop"></span>&nbsp;</button>
<button id="action_cancel" type="button" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span>&nbsp;</button>
<button id="action_add" type="button" class="btn btn-default"><span class="glyphicon glyphicon-plus"></span>&nbsp;</button>