From 4b75458778db3e01f59187a5cdff41e1c9091eac Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 15 Feb 2023 09:27:50 -0300 Subject: [PATCH] Bug 30993: (QA follow-up) Add missing filter Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2697f7884bbb1c68e09f47a5260b4c801f30bfe2) Signed-off-by: Pedro Amorim (cherry picked from commit da902da6e8ddc09a88fd99c07314ce5a257336a4) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt index 285e2e9cd7..99b36b3b1f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt @@ -80,7 +80,7 @@ Note: No upload categories are defined. [% IF ( CAN_user_parameters_manage_auth_values ) -%] [% av_UPLOAD_link = BLOCK %]UPLOAD[% END %] - Add values to the [% av_UPLOAD_link | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary. + Add values to the [% av_UPLOAD_link | $raw | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary. [% ELSE -%] An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary. [% END %] -- 2.39.5