diff options
author | 2013-06-09 18:10:22 +0200 | |
---|---|---|
committer | 2013-06-09 18:10:23 +0200 | |
commit | 16af85004c84d0d6c626b4f8424ce9647669a0c1 (patch) | |
tree | 025d479862d376dbc17e934f4ed20031c8cd97d1 /module/web/app/templates/default/dashboard/select.html | |
parent | adapted to jshint config (diff) | |
download | pyload-16af85004c84d0d6c626b4f8424ce9647669a0c1.tar.xz |
moved everything from module to pyload
Diffstat (limited to 'module/web/app/templates/default/dashboard/select.html')
-rw-r--r-- | module/web/app/templates/default/dashboard/select.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/module/web/app/templates/default/dashboard/select.html b/module/web/app/templates/default/dashboard/select.html deleted file mode 100644 index 73ea391cd..000000000 --- a/module/web/app/templates/default/dashboard/select.html +++ /dev/null @@ -1,11 +0,0 @@ -<i class="icon-check" data-toggle="tooltip" title="Deselect"></i> -<%= if packs %><% packs %> package(s)<%/if %> -<%= if files %> -<%= if packs %>, <%/if %> -<% files %> file(s) -<%/if %> -selected - | -<i class="icon-pause" data-toggle="tooltip" title="Pause"></i> -<i class="icon-trash" data-toggle="tooltip" title="Delete"></i> -<i class="icon-refresh" data-toggle="tooltip" title="Restart"></i>
\ No newline at end of file |