diff --git a/deluge/ui/webui/templates/ajax/TODO b/deluge/ui/webui/templates/ajax/TODO index 357fb6041..3400699ea 100644 --- a/deluge/ui/webui/templates/ajax/TODO +++ b/deluge/ui/webui/templates/ajax/TODO @@ -3,6 +3,8 @@ Implement the Options Menu partially complete Implement the connection manager + Implement the torrent creator + Obey the "queue new torrents to top" option [bugs] If a torrent is removed from the core it continues to try and get details diff --git a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css index 20f1d86d9..8df7689d8 100644 --- a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css +++ b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css @@ -100,6 +100,7 @@ body { #status #info #upspeed {background-image:url(/pixmaps/seeding16.png)} #status #info #dht {background-image:url(/pixmaps/dht16.png)} +#labels .all { background-image: url('/pixmaps/dht16.png'); } #labels .downloading { background-image: url('/pixmaps/downloading16.png'); } #labels .seeding { background-image: url('/pixmaps/seeding16.png'); } #labels .queued { background-image: url('/pixmaps/queued16.png'); }