From 9414b9d87561a6afa291ad603b8ec8683f379903 Mon Sep 17 00:00:00 2001 From: Mathieu Saby Date: Thu, 18 Oct 2012 23:21:25 +0200 Subject: [PATCH] Bug 8946: corrections in inc files for UNIMARC coded fields advanced search In subtypes_unimarc.inc files for opac and staff interface, this patch - fix 1 wrong code (Frequency-code:i = Other should be z) - fix the label "Feschrift Ind." to "Literary genre" - add some values for Material-type index (s, t), Literature-Code (i), ctype (v, w), Type-Of-Serial (e,f,g) - fix a few typos - change the order of some values (u values) To test, check if the new values are visible in the opac and staff interface. Signed-off-by: Mason James Signed-off-by: Paul Poulain --- .../prog/en/includes/subtypes_unimarc.inc | 55 +++++++++++--------- .../prog/en/includes/subtypes_unimarc.inc | 52 ++++++++++-------- 2 files changed, 61 insertions(+), 46 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc index 896e59e..2f94fdd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc @@ -6,21 +6,21 @@

- + -

+ + +

@@ -105,6 +108,8 @@ + v +

@@ -125,8 +130,11 @@

@@ -145,23 +153,23 @@ - + - - + +

@@ -182,7 +190,7 @@ + +

- diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc b/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc index 2a68959..55d4af0 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc @@ -3,21 +3,21 @@

- +

@@ -102,6 +105,8 @@ + v +

@@ -122,9 +127,12 @@

@@ -142,23 +150,23 @@ - + - - + +

@@ -179,7 +187,7 @@

-- 1.7.9.5