From d9b155ff0c52aeb61c24db12bda753b2fbc3f8bc Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Fri, 15 Jan 2010 17:42:43 +0100 Subject: [PATCH] MT2116: Addons to the CSV export Add user-defined headers Add CSV, field and subfield separator selection --- .../prog/en/modules/tools/csv-profiles.tmpl | 74 +++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl index dfd3b6367d..c1b0ff924b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tmpl @@ -95,6 +95,42 @@ function reloadPage(p) {

+ + +

+ + + +

+ + + +

+

You have to define which fields or subfields you want to export, separated by pipes.
@@ -161,6 +197,44 @@ function reloadPage(p) {

+ + +

+ + + + +

+ + + +

+ + -- 2.20.1