From d3369aeca1c7eb3b85346830367328fae69d1104 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 1 Jun 2016 11:59:35 +0200 Subject: [PATCH 1/2] frio: provide a tooltip for nav search --- view/theme/frio/templates/nav.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index b5f401a99c..b8d5b2307e 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -109,8 +109,8 @@ From 64c871bf4c0b9f3e16b31797234a725b26a1cf39 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 1 Jun 2016 14:04:39 +0200 Subject: [PATCH 2/2] frio: give the heading "messages" a class "heading" - This is needed for pm modal where class heading becomes the modal title) --- view/theme/frio/templates/mail_head.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 view/theme/frio/templates/mail_head.tpl diff --git a/view/theme/frio/templates/mail_head.tpl b/view/theme/frio/templates/mail_head.tpl new file mode 100644 index 0000000000..d788845af3 --- /dev/null +++ b/view/theme/frio/templates/mail_head.tpl @@ -0,0 +1,4 @@ + +

{{$messages}}

+ +{{$tab_content}}