Bug 31957: (QA follow-up) Add missing filters
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 15 Feb 2023 12:32:07 +0000 (09:32 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 15 Feb 2023 12:32:07 +0000 (09:32 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt

index 32b33f7..78e64ba 100644 (file)
@@ -195,7 +195,7 @@ Libraries &rsaquo; Administration &rsaquo; Koha
                     <div class="hint">
                         [% IF ( CAN_user_parameters_manage_sysprefs ) %]
                             [% pref_ILLDefaultStaffEmail_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ILLDefaultStaffEmail">ILLDefaultStaffEmail</a>[% END %]
-                            Default: [% pref_ILLDefaultStaffEmail_link | $KohaSpan %] system preference
+                            Default: [% pref_ILLDefaultStaffEmail_link | $raw | $KohaSpan %] system preference
                         [% ELSE %]
                             Default: ILLDefaultStaffEmail system preference
                         [% END %]
@@ -208,7 +208,7 @@ Libraries &rsaquo; Administration &rsaquo; Koha
                     <div class="hint">
                          [% IF ( CAN_user_parameters_manage_sysprefs ) %]
                             [% pref_ReplyToDefault_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReplyToDefault">ReplyToDefault</a>[% END %]
-                            Default: [% pref_ReplyToDefault_link | $KohaSpan %] system preference
+                            Default: [% pref_ReplyToDefault_link | $raw | $KohaSpan %] system preference
                         [% ELSE %]
                             Default: ReplyToDefault system preference
                         [% END %]
@@ -220,7 +220,7 @@ Libraries &rsaquo; Administration &rsaquo; Koha
                     <div class="hint">
                          [% IF ( CAN_user_parameters_manage_sysprefs ) %]
                             [% pref_ReturnpathDefault_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReturnpathDefault">ReturnpathDefault</a>[% END %]
-                            Default: [% pref_ReturnpathDefault_link | $KohaSpan %] system preference
+                            Default: [% pref_ReturnpathDefault_link | $raw | $KohaSpan %] system preference
                         [% ELSE %]
                             Default: ReturnpathDefault system preference
                         [% END %]
@@ -262,7 +262,7 @@ Libraries &rsaquo; Administration &rsaquo; Koha
                     <div class="hint">
                         [% IF ( CAN_user_parameters_manage_sysprefs ) %]
                             [% pref_MARCOrgCode_link = BLOCK %]<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=MARCOrgCode">MARCOrgCode</a>[% END %]
-                            If not filled in defaults to system preference [% pref_MARCOrgCode_link | $KohaSpan %].
+                            If not filled in defaults to system preference [% pref_MARCOrgCode_link | $raw | $KohaSpan %].
                         [% ELSE %]
                             If not filled in defaults to system preference MARCOrgCode.
                         [% END %]