From f5d9d7ddc86042e8fd266674899961941ff52e2a 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 Signed-off-by: Marcel de Rooy Signed-off-by: Mason James --- 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 cf41e5fc24..5acc71f559 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt @@ -130,7 +130,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)
@@ -209,7 +209,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)
-- 2.39.5