Bug 18087 - Clarification on File type when using file of biblionumbers to export...
authorJoy Nelson <joy@bywatersolutions.com>
Thu, 9 Feb 2017 19:42:57 +0000 (11:42 -0800)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 3 Mar 2017 17:07:38 +0000 (17:07 +0000)
Added a line to the screen  detailing the types of files that can be used to upload a list of biblionumbers.

Test plan:
1. Go to tools->export data
2. under File option,  (File types accepted: .csv and .txt)  should appear
3. Check both Bibliographic and Authority Export screens for this new string.

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt

index 8f19cba..470c588 100644 (file)
@@ -131,7 +131,7 @@ $(document).ready(function() {
         Use a file
     </legend>
         <ol>
-        <li>File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters.</li>
+        <li>File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)</li>
         <li><label for="id_list_file">File: </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
         </ol>
     </fieldset>
@@ -210,7 +210,7 @@ $(document).ready(function() {
         Use a file
     </legend>
         <ol>
-        <li>File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters.</li>
+        <li>File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)</li>
         <li><label for="id_list_file">File:</label> <input type="file" id="id_list_file" name="id_list_file" /></li>
         </ol>
     </fieldset>