From be8df5e7fca72ff732286711b52a2e4a70bb9590 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 --- 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 1c0df4f..cdb9dd7 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.1.4