From 0d2c302beb03e4bca19e1a2e7f32caa924347ca8 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 14 Dec 2022 22:05:58 -0500 Subject: [PATCH] [frio] Add wrapper to generic contact list --- view/theme/frio/templates/contact/list.tpl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/view/theme/frio/templates/contact/list.tpl b/view/theme/frio/templates/contact/list.tpl index 5a1ac026b..1925f7ec4 100644 --- a/view/theme/frio/templates/contact/list.tpl +++ b/view/theme/frio/templates/contact/list.tpl @@ -1,17 +1,17 @@ - -{{* This is the standard template for showing contact lists. It is used e.g. +{{* This is the standard template for showing contact lists. It is used e.g. at the suggest page and also at many other places *}} +
+ {{include file="section_title.tpl"}} -{{include file="section_title.tpl"}} + {{$tab_str nofilter}} -{{$tab_str nofilter}} - - +
+
-{{$paginate nofilter}} + {{$paginate nofilter}} +
\ No newline at end of file