From ebaa3543d6278fe31886310cda5b10c807e6ad8a Mon Sep 17 00:00:00 2001 From: Nicole C Engard Date: Wed, 27 Jul 2016 13:27:37 +0000 Subject: [PATCH] Bug 16727: Clarify upload category note This patch clarifies the note on the upload tool that states that no categories are defined. To test: * Log in to Koha * Confirm that you have no values set for the UPLOAD authorized value category * Visit Tools > Upload * Check the warning note for typos * Add a authorized value category for UPLOAD * Visit Tools > Upload * Confirm that note is replaced Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Brendan Gallagher --- 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 1c0df4fcf8..cdb9dd7784 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt @@ -62,7 +62,7 @@ [% IF uploadcategories %]
Note: For temporary uploads do not select a category.
[% ELSE %] -
Note: No upload categories have been defined. All uploads will be marked as temporary.
+
Note: No upload categories are defined. Add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.
[% END %] [% END %] -- 2.39.2