From daf0715356eaeed6125bb01ac851d48e6c873f8d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 27 Oct 2014 12:04:56 +0100 Subject: [PATCH] Fix viewSearch template on no result case with extraDisplayedColumns defined --- public_html/templates/default/viewSearch.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public_html/templates/default/viewSearch.tpl b/public_html/templates/default/viewSearch.tpl index 23898be4..5a56a169 100644 --- a/public_html/templates/default/viewSearch.tpl +++ b/public_html/templates/default/viewSearch.tpl @@ -107,7 +107,9 @@ {foreachelse} - {$LSsearch->label_no_result} + + {$LSsearch->label_no_result} + {/foreach}