Bug 22080: (QA follow-up) Add filters
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 21 Feb 2019 12:16:24 +0000 (07:16 -0500)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Feb 2019 13:39:29 +0000 (13:39 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt

index cf96b98..db27fce 100644 (file)
@@ -78,7 +78,7 @@ a.add, a.delete {
         [% CASE 'error_on_update' %]
           [% tx("An error occurred when updating mappings: {message}.", { message = m.message }) | html %]
         [% CASE 'error_on_delete' %]
-          [% t("An error occurred when deleting the existing mappings. Nothing has been changed!") %]
+          [% t("An error occurred when deleting the existing mappings. Nothing has been changed!") | $raw %]
           [% tx("(search field {field_name} with mapping {marc_field}.)", { field_name = m.values.field_name, marc_field = m.values.marc_field }) | html %]
         [% CASE 'invalid_field_weight' %]
           [% tx("Invalid field weight '{weight}', must be a positive decimal number.", { weight = m.weight }) | html %]
@@ -89,9 +89,9 @@ a.add, a.delete {
         [% CASE 'recreate_required' %]
           [% tx("Index '{index}' needs to be recreated.", { index = m.index }) | html %]
         [% CASE 'success_on_update' %]
-          [% t("Mappings updated successfully.") %]
+          [% t("Mappings updated successfully.") | $raw %]
         [% CASE 'success_on_reset' %]
-          [% t("Mappings have been reset successfully.") %]
+          [% t("Mappings have been reset successfully.") | $raw %]
         [% CASE %]
           [% m.code | html %]
         [% END %]