From 7435cf9882fe577c8754fe8ac2df6f7007c546fa Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sun, 8 Dec 2024 17:03:57 +0100 Subject: add fixes for search and sort --- src/jwebmail/templates/_bot_nav.html | 4 ++-- src/jwebmail/templates/_top_nav.html | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'src/jwebmail/templates') diff --git a/src/jwebmail/templates/_bot_nav.html b/src/jwebmail/templates/_bot_nav.html index d92d467..03cb939 100644 --- a/src/jwebmail/templates/_bot_nav.html +++ b/src/jwebmail/templates/_bot_nav.html @@ -43,7 +43,7 @@
{% if mail_folders|length > 1 %} -
+ {% for k, v in request.args.items() if v %} @@ -67,7 +67,7 @@
{% endif %} -
diff --git a/src/jwebmail/templates/_top_nav.html b/src/jwebmail/templates/_top_nav.html index a9d385b..4c8bdb7 100644 --- a/src/jwebmail/templates/_top_nav.html +++ b/src/jwebmail/templates/_top_nav.html @@ -1,9 +1,15 @@
- + +
- +
-- cgit v1.2.3