From d1281f8dbea0a5137acdbdf248f0dc284885ab46 Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Thu, 9 Feb 2017 11:42:57 -0800 Subject: [PATCH] Bug 18087 - Clarification on File type when using file of biblionumbers to export data 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 Signed-off-by: Joy Nelson --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt index 8f19cba..470c588 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt @@ -131,7 +131,7 @@ $(document).ready(function() { Use a file
    -
  1. 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.
  2. +
  3. 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)
@@ -210,7 +210,7 @@ $(document).ready(function() { Use a file
    -
  1. File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters.
  2. +
  3. 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)
-- 1.7.10.4