Bug 16727: Clarify upload category note
authorNicole C Engard <nengard@bywatersolutions.com>
Wed, 27 Jul 2016 13:27:37 +0000 (13:27 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 4 Aug 2016 21:29:51 +0000 (21:29 +0000)
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>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload.tt

index 1c0df4f..cdb9dd7 100644 (file)
@@ -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 %]