Bugzilla – Attachment 146687 Details for
Bug 30993
Translation: Unbreak sentence in upload.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30993: (QA follow-up) Add missing filter
Bug-30993-QA-follow-up-Add-missing-filter.patch (text/plain), 1.51 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-02-15 12:29:20 UTC
(
hide
)
Description:
Bug 30993: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-02-15 12:29:20 UTC
Size:
1.51 KB
patch
obsolete
>From 2697f7884bbb1c68e09f47a5260b4c801f30bfe2 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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 fc3943a133c..2ee6c6a489a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt >@@ -82,7 +82,7 @@ > Note: No upload categories are defined. > [% IF ( CAN_user_parameters_manage_auth_values ) -%] > [% av_UPLOAD_link = BLOCK %]<a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=UPLOAD'>UPLOAD</a>[% END %] >- <span>Add values to the [% av_UPLOAD_link | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary.</span> >+ <span>Add values to the [% av_UPLOAD_link | $raw | $KohaSpan %] authorized value category otherwise all uploads will be marked as temporary.</span> > [% ELSE -%] > <span>An administrator must add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</span> > [% END %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30993
:
145114
|
145166
|
145168
|
146515
| 146687