diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-22 11:52:43 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-22 11:52:43 +0100 |
commit | d2b3915142e9f7b67a8110a016668a28bc574781 (patch) | |
tree | 809de396b6ef134f70b2a0168458fc95a616098e /module/web/templates/default/dashboard.html | |
parent | different server attributes in header (diff) | |
download | pyload-d2b3915142e9f7b67a8110a016668a28bc574781.tar.xz |
show button when files are selected
Diffstat (limited to 'module/web/templates/default/dashboard.html')
-rw-r--r-- | module/web/templates/default/dashboard.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %>
|