summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-22 11:52:43 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-22 11:52:43 +0100
commitd2b3915142e9f7b67a8110a016668a28bc574781 (patch)
tree809de396b6ef134f70b2a0168458fc95a616098e /module/web/templates/default
parentdifferent server attributes in header (diff)
downloadpyload-d2b3915142e9f7b67a8110a016668a28bc574781.tar.xz
show button when files are selected
Diffstat (limited to 'module/web/templates/default')
-rw-r--r--module/web/templates/default/base.html2
-rw-r--r--module/web/templates/default/dashboard.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html
index 3d929fdc1..6c0e7b999 100644
--- a/module/web/templates/default/base.html
+++ b/module/web/templates/default/base.html
@@ -70,7 +70,7 @@
<script type="text/template" id="template-header-status">
<span class="pull-right maxspeed"><% formatSize maxspeed %>/s</span><br>
<span class="pull-right running"><% paused %></span><br>
- <span class="pull-right reconnect"><% reconnect %></span>
+ <span class="pull-right reconnect"><%= if reconnect %>true<% else %>false<%/if%></span>
</script>
<script type="text/template" id="template-header-progress">
diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html
index a67445f6b..bb2a68cbf 100644
--- a/module/web/templates/default/dashboard.html
+++ b/module/web/templates/default/dashboard.html
@@ -28,6 +28,7 @@
<span class="badge badge-success badge-ghost"><i class="iconf-tag"></i> Add Tag</span>
</div>
<div class="package-indicator">
+ <i class="iconf-plus-sign btn-move" data-toggle="tooltip" title="Move files here"></i>
<i class="iconf-pause" data-toggle="tooltip" title="Pause Package"></i>
<i class="iconf-refresh" data-toggle="tooltip" title="Restart Package"></i>
<%= if shared %>