@@ -, +, @@ and the link to the UPLOAD AV works correctly NOTE: now only UPLOAD will be linked. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt @@ -80,7 +80,8 @@
Note: No upload categories are defined. [% IF ( CAN_user_parameters_manage_auth_values ) -%] - Add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary. + [% SET av_UPLOAD_link = "UPLOAD" %] + Add values to the [% av_UPLOAD_link | $raw %] 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 %] --