From ecfbb3ceed460ab306c1cbcc036a9ee898a5db2d Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Thu, 16 Oct 2008 17:38:46 +0000 Subject: [PATCH] fix opera --- deluge/ui/webui/templates/classic/header.html | 1 + .../templates/classic/part_label_filters.html | 24 +++++++++++++++++++ .../templates/white/part_label_filters.html | 9 +++---- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/deluge/ui/webui/templates/classic/header.html b/deluge/ui/webui/templates/classic/header.html index 3ed682314..8cc960e70 100644 --- a/deluge/ui/webui/templates/classic/header.html +++ b/deluge/ui/webui/templates/classic/header.html @@ -38,6 +38,7 @@ $for id, title, url in admin_pages: href='$base$url'>$title Faq +
diff --git a/deluge/ui/webui/templates/classic/part_label_filters.html b/deluge/ui/webui/templates/classic/part_label_filters.html index cfffeac3a..85708d5e8 100644 --- a/deluge/ui/webui/templates/classic/part_label_filters.html +++ b/deluge/ui/webui/templates/classic/part_label_filters.html @@ -31,6 +31,30 @@ $for cat in filter_items.keys(): $else: $value ($count) + + + +$if get_config("show_keyword_search"): +
$_("Search"): +
+ + + + + $if get('filter_cat') == "keyword": + $if get('filter_value'): + +
+
+ + diff --git a/deluge/ui/webui/templates/white/part_label_filters.html b/deluge/ui/webui/templates/white/part_label_filters.html index 1a59d4be8..6e86b3f46 100644 --- a/deluge/ui/webui/templates/white/part_label_filters.html +++ b/deluge/ui/webui/templates/white/part_label_filters.html @@ -1,13 +1,14 @@ $def with (filter_items) -
- - - +
$if get_config("show_keyword_search"): + + + +
$_('Keyword')