From 084801bf5e60391c8ed5f8ccb67aa5a81094e594 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Wed, 2 Sep 2020 16:10:05 +0200 Subject: [PATCH] Reorder search results messages --- .../body/search/search-pagedResults.ftl | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl index 020923fed..fa93eedde 100644 --- a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl +++ b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl @@ -7,9 +7,9 @@ <#include "queryBuilder.ftl"> <#escape x as x?html> - ${i18n().search_results_for} '${querytext}' - <#if classGroupName?has_content>${i18n().limited_to_type} '${classGroupName}' - <#if typeName?has_content>${i18n().limited_to_type} '${typeName}' +
${i18n().search_results_for} '${querytext}'
+
<#if classGroupName?has_content>${i18n().limited_to_type} '${classGroupName}'
+
<#if typeName?has_content>${i18n().limited_to_type} '${typeName}'