From 62ca7dfef69fc47b572c760833cb76e4c9e31544 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sat, 21 Sep 2013 19:04:02 -0300 Subject: [PATCH] [PASSED QA] Bug 5031 - followup to correct tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Tiny QA follow-up corrcting whitespace to match coding guidelines. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt index c556e15..f3356de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt @@ -88,7 +88,7 @@ function reloadPage(p) {
  1. -
  2. +
  3. @@ -153,7 +153,7 @@ function reloadPage(p) {
  4. - +

    You have to define which fields or subfields you want to export, separated by pipes.

    You can also use your own headers (instead of the ones from Koha) by prefixing the field number with an header, followed by the equal sign.

    Example: Personal name=200|Entry element=210$a|300|009

    @@ -353,7 +353,7 @@ function reloadPage(p) {
  5. -
  6. +
  7. -- 1.8.3.2