From b52881268ea925896517a803ca25d190f4247c78 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 1 Nov 2018 11:58:33 +0000 Subject: [PATCH] Bug 15836: (follow-up) Fix filters Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt index f98cf75376..dde1590f5d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -49,7 +49,7 @@
[% FOR m IN messages %] -
+
[% SWITCH m.code %] [% CASE 'error_on_update_source' %] An error occurred when updating this classification source. @@ -88,7 +88,7 @@ [% CASE 'success_on_delete_split_rule' %] Splitting rule deleted successfully. [% CASE %] - [% m.code %] + [% m.code | html %] [% END %]
[% END %] @@ -189,7 +189,7 @@ [% IF routine_name == sort_rule.sort_routine %] [% ELSE %] - + [% END %] [% END %] -- 2.11.0