From a6a480986f00c2257d489bdd8f29da643dac1b4c Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Tue, 8 Nov 2022 11:59:29 +0100 Subject: [PATCH] [ i18n sprint ] Move search help page translations to properties (#333) * making generic searh-help by using translation properties' keys and i18n bean * Adding new line at the end of the file * Adding translation for title of an anchor --- .../templates/freemarker/search-help.ftl | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 webapp/src/main/webapp/templates/freemarker/search-help.ftl diff --git a/webapp/src/main/webapp/templates/freemarker/search-help.ftl b/webapp/src/main/webapp/templates/freemarker/search-help.ftl new file mode 100644 index 000000000..631f06400 --- /dev/null +++ b/webapp/src/main/webapp/templates/freemarker/search-help.ftl @@ -0,0 +1,42 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#if origination?has_content && origination == "helpLink"> +

${i18n().search_tips_header}

+ + ${i18n().back_to_results} + +<#else> +

${i18n().search_tips_header}

+ + + +

${i18n().advanced_search_tips_header}

+ + +${stylesheets.add('')} +