From c14661a7c464c643d8bf1efebeb1685985be5557 Mon Sep 17 00:00:00 2001 From: Nicole C Engard <nengard@bywatersolutions.com> Date: Wed, 27 Jul 2016 13:27:37 +0000 Subject: [PATCH] Bug 16727: Clarify upload category note Content-Type: text/plain; charset=utf-8 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 <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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 %] <div class="hint">Note: For temporary uploads do not select a category.</div> [% ELSE %] - <div class="hint">Note: No upload categories have been defined. All uploads will be marked as temporary.</div> + <div class="hint">Note: No upload categories are defined. Add values to the UPLOAD authorized value category otherwise all uploads will be marked as temporary.</div> [% END %] </li> [% END %] -- 1.7.10.4