From 86d6e6d3de0a8d935802abe843f7ec407af1c759 Mon Sep 17 00:00:00 2001 From: Duncan Tyler Date: Thu, 15 Dec 2011 13:51:21 +1300 Subject: [PATCH] Bug 7361 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' Signed-off-by: Paul Poulain --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fc6db51f20..0f9568e415 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) {
  • - +
  • -- 2.11.0