From 31e06acca6813105541b9d4d0affac5229cb6f2c Mon Sep 17 00:00:00 2001 From: Duncan Tyler Date: Thu, 15 Dec 2011 13:51:21 +1300 Subject: [PATCH] [SIGNED-OFF] Bug Patch to fix default option in encoding dropdown http://bugs.koha-community.org/show_bug.cgi?id=7361 Signed-off-by: Katrin Fischer This patch changes the pull down for encodings in staged marc import. Before patch: - Character encoding preselected was 'Default' - 'Default' broke diacritics in utf-8 encoded files and was reported to not work correctly - Selecting 'UTF-8' from the drop down worked After patch: - Character encoding preselected is 'UTF-8 (Default)' - There is no longer a 'Default' option and no separate 'UTF-8' --- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt index fc6db51..0f9568e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt @@ -94,7 +94,7 @@ function CheckForm(f) {
  • - +
  • -- 1.7.5.4