@@ -, +, @@ biblionumbers to export data --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt +++ a/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)
--