diff --git a/deluge/ui/webui/TODO b/deluge/ui/webui/TODO index 20eb6ee24..4407c8dfd 100644 --- a/deluge/ui/webui/TODO +++ b/deluge/ui/webui/TODO @@ -1,7 +1,6 @@ 0.6 : *plugin-config + (re)enable webui plugins. *Fix IE7 for advanced/white template. -*details tabs : add css *white template : add auto-refresh (with a nice js-progress-bar) *gettext : update template_strings.py + add all .py files to gettext input files diff --git a/deluge/ui/webui/components.py b/deluge/ui/webui/components.py index 4f877a31b..6b39064fa 100644 --- a/deluge/ui/webui/components.py +++ b/deluge/ui/webui/components.py @@ -74,7 +74,6 @@ class MenuManager(component.Component): def register_toolbar_item(self, id, title, image, flag, method, url, important): self.toolbar_items.append((id, title, image, flag, method, url, important)) - #todo: remove lower hack. def unregister_toolbar_item(self, item_id): for (i, toolbar) in enumerate(admin_pages): diff --git a/deluge/ui/webui/templates/advanced/part_tab_button.html b/deluge/ui/webui/templates/advanced/part_tab_button.html index 00621ec6f..903f332cd 100644 --- a/deluge/ui/webui/templates/advanced/part_tab_button.html +++ b/deluge/ui/webui/templates/advanced/part_tab_button.html @@ -4,5 +4,5 @@ $if (active == id): $title +href="$(self_url(tab=id))">$title diff --git a/deluge/ui/webui/templates/advanced/torrent_info_inner.html b/deluge/ui/webui/templates/advanced/torrent_info_inner.html index a9bb622dc..c60e4983e 100644 --- a/deluge/ui/webui/templates/advanced/torrent_info_inner.html +++ b/deluge/ui/webui/templates/advanced/torrent_info_inner.html @@ -12,9 +12,11 @@ $for id, title, tab in detail_tabs: $:render.part_tab_button(id, title, active_tab) +